Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17131 программист и 1835 роботов. Сейчас ищут 1544 программиста ...
Page::loadValues()
Вернуться к: HTML_QuickForm_Controller
Page::loadValues()
Page::loadValues() – Loads the submit values from the array.
Synopsis
require_once 'HTML/QuickForm/Page.php';
void HTML_QuickForm_Page::loadValues ( array $values )
The method is NOT intended for general usage. It should be used to assign form values from the container instead of from actual request data.
Parameter
- array $values
-
'submit' values
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_QuickForm_Controller