Missing Controller
Error: ManagementController could not be found.
Error: Create the class ManagementController below in file: app/controllers/management_controller.php
<?php
class ManagementController extends AppController {
var $name = 'Management';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp






