| Class Summary | |
|---|---|
| Dom_Form | The form package make an API available for rendering a form and its elementsThe form package currently does not fully support element arrays. |
| Dom_FormElement | All form elements must use this class/interface. |
| Dom_FormInput | A class that handle a forms input element. |
| Dom_FormSelect | A class that handle a forms select element. |
| Dom_FormTextarea | A class that handles a forms textarea element. |
| Dom_Repeat | A repeat region is a sub template of a parent templates nodes. |
| Dom_Template | A PHP5 DOM Template Library TODO: Add documentation on how to use this libNOTE: Var attribute values cannot begin with '__' because they are reserved for the template system's internal functions. |