Introduction | |
PEAR Manual | |
require_once 'HTML/QuickForm/group.php'; |
void constructor HTML_QuickForm_group::HTML_QuickForm_group (
string $elementName = NULL
, array $elementLabel = NULL
, array $elements = NULL
, mixed $separator = NULL
, bool $appendName = TRUE
)
This package is not documented yet.
(optional)Group name
(optional)Group label
(optional)Group elements
(optional)Use a string for one separator, use an array to alternate the separators.
(optional)whether to change elements' names to the form $groupName[$elementName] or leave them as is.
throws no exceptions thrown
since 1.0
This function can not be called statically.
Introduction | |
PEAR Manual | |