Build Dynamic Form
Dynamic form generation is handled by reading parameters from the dynamic form
and form element tables to compose data into the form as needed.
Display Interface
The display method calls upon the theme object to perform parsing of the
various areas of the template and return the completely parsed text from the
template display method.
Format UNIX/System Timestamp
Extracts a UNIX level timestamp (seconds since 1970) and converts the value
to an internal timestamp format (YYYYMMDDHHMISS).
Interface Parent Class
The interface class contains all the methods required to handle user
input from the web interface and handles any specialized handling of the
display for these requests.
Parse Template Content
The template parsing procedure starts with the element parsing and then moves
outward through the blocks, zones and finally core template to render the fully
parsed HTML.