Missing Controller

Error: CouncilmembersController could not be found.

Error: Create the class CouncilmembersController below in file: app/controllers/councilmembers_controller.php

<?php
class CouncilmembersController extends AppController {

	var $name = 'Councilmembers';
}
?>

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

@2010 Copyright reserved by lxLearn.com