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