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