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