HTML_QuickForm_select::loadArray() -- Loads the options from an associative array
Описание
The array should have the form 'option value' => 'option text'.
Параметр
- array
$arr
Associative array of options
- mixed
$values
(optional) Array or comma delimited string of selected values
Возвращаемое значение
returns TRUE on success
Заметка
since 1.0
Эта функция не должна вызываться статически.