NEPPA On-Line

Missing Method in UtilitiesController

You are seeing this error because the action hvmenu is not defined in controller UtilitiesController

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 UtilitiesController extends AppController
    {
        function hvmenu()
        {

        }
    }
?>

in file : app/controllers/utilities_controller.php

Error: Unable to execute action hvmenu in UtilitiesController