Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16341 программист и 1648 роботов. Сейчас ищут 1518 программистов ...
$element->setOptions()
Вернуться к: HTML_Template_Flexy
$element->setOptions()
$element->setOptions() – Utility function equivilant to HTML_Select - loadArray **
Synopsis
$element->setOptions ( mixed $array , boolean $noValue = false )
Used with HTML Selects, to fill in the options available
Parameter
-
$array the options to appear.
-
$noValue don't use the keys from the array sent as the value= part of the option tag.
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_Template_Flexy