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