Missing Method in SearchController
Error: The action properties is not defined in controller SearchController
Error: Create SearchController::properties() in file: app/controllers/search_controller.php.
<?php
class SearchController extends AppController {
var $name = 'Search';
function properties() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp