Biatch Corp Newsletter
Info, news, referendums, updates, memorandums, parties.
loading Submit


loading

Missing Method in NewsController

Error: The action events is not defined in controller NewsController

Error: Create NewsController::events() in file: app/controllers/news_controller.php.

<?php
class NewsController extends AppController {

	var $name = 'News';


	function events() {

	}

}
?>

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