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



