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





