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