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










