Missing Controller
Error: SchoolsController could not be found.
Error: Create the class SchoolsController below in file: app/controllers/schools_controller.php
<?php
class SchoolsController extends AppController {
var $name = 'Schools';
}
?>
Error: SchoolsController could not be found.
Error: Create the class SchoolsController below in file: app/controllers/schools_controller.php
<?php
class SchoolsController extends AppController {
var $name = 'Schools';
}
?>