Forgot Password?
Register
More Website Templates at TemplateMonster.com!

Missing Method in ProgramsController

Error: The action index is not defined in controller ProgramsController

Error: Create ProgramsController::index() in file: app/controllers/programs_controller.php.

<?php
class ProgramsController extends AppController {

	var $name = 'Programs';


	function index() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.

Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0194194
Component initialization and startup1941984
Controller action1982046
Component initialization and startup #22012260
Render Controller Action2062260
Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0-1.33753652947E+12-1.33753652947E+12
Component initialization and startup1941984
Controller action1982046
Component initialization and startup #22012270
Render Controller Action2062270