JTemplateTemplate class, provides an easy interface to parse and display a template file
Located in /template/template.php (line 26)
patTemplate | --JTemplate
| Class | Description |
|---|---|
JDocument
|
Document class, provides an easy interface to parse and display a document |
Class constructor
The constructor accepts the type of the templates as sole parameter. You may choose one of:
A hack to support __construct() on PHP 4
Hint: descendant classes have no PHP4 class_name() constructors, so this constructor gets called first and calls the top-layer __construct() which (if present) should call parent::__construct()
Execute and display a the template
Returns a parsed template
Returns a reference to a global Template object, only creating it if it doesn't already exist.
Parse a file
Set the prefix of the template cache
Documentation generated on Sat, 4 Feb 2006 14:26:56 +0100 by phpDocumentor 1.3.0RC4