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