Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17193 программиста и 1838 роботов. Сейчас ищут 1546 программистов ...
Action::perform()
Вернуться к: HTML_QuickForm_Controller
Action::perform()
Action::perform() – Processes the request.
Synopsis
require_once 'HTML/QuickForm/Action.php';
void HTML_QuickForm_Action::perform ( object HTML_QuickForm_Page &$page , string $actionName )
This method should be overriden by child classes to provide the necessary logic.
Parameter
- object HTML_QuickForm_Page &$page
-
the current form-page
- string $actionName
-
Current action name, as one Action object can serve multiple actions
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_QuickForm_Controller