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




