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










