This class can be used to generate HTML select elements from value arrays.
It can take an array of values and generate HTML to define form select inputs in several ways.
Currently it can generate simple select inputs from associative arrays, multiple select inputs, select inputs with nested option group sub-menus from multi-dimensional arrays, select with number options, etc..
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Documentation |
This is the documentation for this class. |
| Home Page |
This is the homepage for this class. |
| |
Files |
|
|
| File |
Role |
Description |
license.txt |
Lic. |
EULA |
select.php |
Class |
Compile an HTML select form element from an array, associative array or multi-dimensional array. |