Missing Controller
Error: ImagezController could not be found.
Error: Create the class ImagezController below in file: app/controllers/imagez_controller.php
<?php
class ImagezController extends AppController {
var $name = 'Imagez';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

