Error: FnController could not be found.
<?php class FnController extends AppController { var $name = 'Fn'; } ?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
Error: FnController could not be found.
<?php class FnController extends AppController { var $name = 'Fn'; } ?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
<?php class PoliticsController extends AppController { var $name = 'Politics'; } ?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
-->