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