Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17178 программистов и 1835 роботов. Сейчас ищут 1556 программистов ...
Controller::exportValues()
Вернуться к: HTML_QuickForm_Controller
Controller::exportValues()
Controller::exportValues() – Returns the form's values
Synopsis
require_once 'HTML/QuickForm/Controller.php';
array HTML_QuickForm_Controller::exportValues ( string $pageName = null )
This package is not documented yet.
Parameter
- string $pageName
-
name of the page, if not set then returns values for all pages
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_QuickForm_Controller