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