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