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


