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





