File/lib/Template.php

Description

Horde Template system. Adapted from bTemplate by Brian Lozier
.

Horde_Template provides a basic template engine with tags, loops, and if conditions. However, it is also a simple interface with several essential functions: set(), fetch(), and parse(). Subclasses or decorators can implement (or delegate) these three methods, plus the options api, and easily implement other template engines (PHP code, XSLT, etc.) without requiring usage changes.

Compilation code adapted from code written by Bruno Pedro <bpedro@ptm.pt>.

$Horde: ingo/lib/Template.php,v 1.6.2.3 2009/01/06 15:24:35 jan Exp $

Copyright 2002-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Classes
Class Description
 class Ingo_Template
Constants
INGO_TEMPLATE_STRING = '**string' (line 30)

The identifier to use for memory-only templates.

Documentation generated on Sun, 30 Jan 2011 05:29:31 +0000 by phpDocumentor 1.4.3