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