Object | --Persistent | --Component | --PageTemplate
Inherit from it and override initialize(), assignComponents() and dumpTemplate()
[line 40]
PageTemplate __construct( [ $aowner = null])
void assignComponents( )
Override this method to iterate through all components in the form and place the code in the holes of your template.
Overridden in child classes as:
void dumpTemplate( )
Override this method to dump the template with all the contents to the output.
void initialize( )
Override this method to provide initialization code for your template system, this process is usually create the template object
string readFileName( )
Use this property to specify the filename in your system that has the template to use when rendering the page.
void writeFileName( $value)