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

Missing Method in SchoolsController

Error: The action delete is not defined in controller SchoolsController

Error: Create SchoolsController::delete() in file: app/controllers/schools_controller.php.

<?php
class SchoolsController extends AppController {

	var $name = 'Schools';


	function delete() {

	}

}
?>

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)0188188
Component initialization and startup1881924
Controller action1921986
Component initialization and startup #21952200
Render Controller Action2002200
Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0-1.33753692611E+12-1.33753692611E+12
Component initialization and startup1881924
Controller action1921986
Component initialization and startup #21952210
Render Controller Action2002210