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






























