Templates control the drawing of the pages. It has access to the module and control how the header / footers are drawn, titles, errors, and status messages. Included are classes you can build off of to do a variety of things. HTML, XML, JSON, and AJAX (blank) are all possibilities that are easy and fun.
Classes | |
| class | BaseTemplate |
| The mother template. More... | |
| class | BlankTemplate |
| A blank template with no header/footer. More... | |
| class | HTMLTemplate |
| A HTML oriented template. More... | |
| class | JSONTemplate |
| JSON based template for easy AJAX sites. More... | |
| class | XMLTemplate |
| XML based template. More... | |
1.3.9.1