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