PEAR_Error HTML_QuickForm_select::load (
mixed &$options
, mixed $param1
= null
, mixed $param2
= null
, mixed $param3
= null
, mixed $param4
= null
)
This method is a simulated overloaded method. The arguments, other than the first are optional and only mean something depending on the type of the first argument.
If the first argument is an array then all arguments are passed in order to loadArray(). If the first argument is a DB_Result then all arguments are passed in order to loadDbResult(). If the first argument is a string or a DB connection then all arguments are passed in order to loadQuery().
&$options
Options source currently supports assoc array or DB_result
$param1
(optional) See function detail
$param2
(optional) See function detail
$param3
(optional) See function detail
$param4
(optional) See function detail
returns TRUE on success
throws PEAR_Error
see loadArray(), loadDbResult(), loadQuery().
since 1.1
This function can not be called statically.