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