Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17138 программистов и 1835 роботов. Сейчас ищут 1547 программистов ...
Controller::applyDefaults()
Вернуться к: HTML_QuickForm_Controller
Controller::applyDefaults()
Controller::applyDefaults() – Sets the default values for the given page
Synopsis
require_once 'HTML/QuickForm/Controller.php';
void HTML_QuickForm_Controller::applyDefaults ( string $pageName )
This is used to load Page's default and constant values from the container.
Parameter
- string $pageName
-
Name of a page
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_QuickForm_Controller