Controller::findInvalid() | Controller::getNextName() |
HTML_QuickForm_Controller | |
PEAR Manual | |
require_once 'HTML/QuickForm/Controller.php'; |
array HTML_QuickForm_Controller::getActionName (
)
This method searches the $_REQUEST array for an element with a special name and splits the name into page name and action. If such an element is not found, the first page will be default and 'display' the default action.
returns first element is page name, second is action name
throws no exceptions thrown
This function can not be called statically.
Controller::findInvalid() | Controller::getNextName() |
HTML_QuickForm_Controller | |
PEAR Manual | |