Osteria Boccondivino
Monti di LiccianaLoc. Pontebosio (MS)
Tel.: 0187 471017
Cell.: 349 5878291
info@osteria-boccondivino.com
Missing Method in ContactController
You are seeing this error because the action DD is not defined in controller ContactController
Notice: this error is being rendered by the app/views/errors/missing_action.thtml
view file, a user-customizable error page for handling invalid action dispatches.
Fatal: Create Method:
<?php
class ContactController extends AppController {
function DD()
{
}
}
?>in file : app/controllers/contact_controller.php
Error: Unable to execute action DD in ContactController