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