Missing Method in InstantsController
You are seeing this error because the action function.strtotime is not defined in controller InstantsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the InstantsController::function.strtotime() in file : app/controllers/instants_controller.php
<?php
class InstantsController extends AppController {
function function.strtotime() {
}
}
?>
|