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