Missing Controller

Error: BoatsLARGE.htmController could not be found.

Error: Create the class BoatsLARGE.htmController below in file: app/controllers/boats_l_a_r_g_e.htm_controller.php

<?php
class BoatsLARGE.htmController extends AppController {

	var $name = 'BoatsLARGE.htm';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

By Francisco Alfaro