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


