« February 2012 »
S M T W T F S
Today

Upcoming Events

Missing Method in EventsController

Error: The action past_events is not defined in controller EventsController

Error: Create EventsController::past_events() in file: app/controllers/events_controller.php.

<?php
class EventsController extends AppController {

	var $name = 'Events';


	function past_events() {

	}

}
?>

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