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

