×

Missing Method in EventsController

Error: The action 2012 is not defined in controller EventsController

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

<?php
class EventsController extends AppController {

	var $name = 'Events';


	function 2012() {

	}

}
?>

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