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

