Missing Method in PublicController
Error: The action faq_phair is not defined in controller PublicController
Error: Create PublicController::faq_phair() in file: app/controllers/public_controller.php.
<?php
class PublicController extends AppController {
var $name = 'Public';
function faq_phair() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp
