Chapter 10. Template

Table of Contents

Template Instance variables
Template Instance methods
Accessible Instance methods
Internal instance methods
Template Examples

Note: If you think that this is like FastTemplates, read carefully. It isn't.

The template class allows you to keep your HTML code in some external files which are completely free of PHP code, but contain replacement fields. The class provides you with functions which can fill in the replacement fields with arbitrary strings. These strings can become very large, e.g. entire tables.

NOTE: This version of the documentation is no longer maintained. Please see the phpdoc comments in the template.inc source file for the definitive documentation.

Accessible instance variables

Internal instance variables