|
|
Missing ControllerError: Our-companyController could not be found. Error: Create the class Our-companyController below in file: app/controllers/our-company_controller.php
<?php
class Our-companyController extends AppController {
var $name = 'Our-company';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp |