auFormData
From auWiki
Contents |
The auFormData class is part of the auLib package. It is defined in the auForm.php file.
- Hierarchy
- auFormElement
- auFormData
[edit] Usage
This class is used to add data to a form that doesn’t print but still gets sent to the server. Create an object from this class and add it to an auFormContainer object.
[edit] Public Functions
[edit] new auFormData
new auFormData($name, $value)
Creates a new form data element.
- $name = Name to submit the data under.
- $value = Value of the data.
Categories: auLib | Class | PHP

