Missing controller
You are seeing this error because controller HondaController could not be found.
Notice: this error is being rendered by the app/views/errors/missing_controller.thtml
view file, a user-customizable error page for handling invalid controller dispatches.
Fatal: Unable to load controller HondaController
Fatal: Create Class:
<?php
class HondaController extends AppController
{
var $name = 'Honda';
}
?>
in file : app/controllers/honda_controller.php


