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