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