Module for working with forms
The form module provides several classes to easily work with XHTML forms. Several classes are provided to create a form and its controls, and to validate and process it upon submission. The main concepts used in the form module are forms, fieldsets, and controls.
A form is represented by the
AnewtForm class. This class is
the main FIXME
AnewtFormFieldset)AnewtFormControlText)The AnewtForm class represents a
single form. Though this class can be instantiated directly,
usually a subclass is used instead.
This module provides the following classes: