GALConfig __construct(
$domDocument)
|
|
Read values from XML document.
If there are multiple sections or values with the same name, an Exception is thrown.
Overrides
GALSection::__construct() (Initialize values by reading the section element.)
Parameters:
DOMElement dumpDOM(
$node)
|
|
Return sections and values as formatted HTML using DOM.
Append an unordered list to the given node, then for every section add a list item with the name of the section and a table with the section's values.
Tags:
Parameters:
DOMElement formDOM(
$node)
|
|
Build an input form using DOM.
It appends a form element as child element to the given node. Then it adds fieldsets for every section and input fields for every value. The name of an input field is set to "sectionName@valueName". Finally it adds a submit button. The user has to set the form's action and method attributes himself - no problem with DOM, I hope ;).
Tags:
Parameters: