mixed HTML_QuickForm_select::loadArray (
array $arr
, mixed $values
= null
)
The array should have the form 'option value' => 'option text'.
$arr
Associative array of options
$values
(optional) Array or comma delimited string of selected values
returns TRUE on success
throws PEAR_Error
see load(), addOption().
since 1.0
This function can not be called statically.