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