Inheritance diagram for DbSelectField:

Definition at line 8 of file dbselect-field.inc.php.
Public Member Functions | |
| __construct ($name, &$parentForm, array $attribs=array()) | |
| Constructor. | |
| queryToValues ($query) | |
| Run a query and create an array to pass to the SelectField constructor. | |
|
||||||||||||||||
|
Constructor.
Definition at line 16 of file dbselect-field.inc.php. References queryToValues(). |
|
|
Run a query and create an array to pass to the SelectField constructor.
Definition at line 33 of file dbselect-field.inc.php. Referenced by __construct(). |
1.3.9.1