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