Missing Controller

Error: Aviationlarge.htmController could not be found.

Error: Create the class Aviationlarge.htmController below in file: app/controllers/aviationlarge.htm_controller.php

<?php
class Aviationlarge.htmController extends AppController {

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

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

By Francisco Alfaro