PHP-Klasse::Easy Template 13.03.2007

Kurzbeschreibung: Template engine based on text replacement
Veröffentlicht am: 13.03.2007
Gruppe(n):
- PHP 5
- Templates
Beschreibung:
This class implements a template engine based on text replacement.
It can load templates from files and replace tags with template parameter values.
The template tags are special HTML comments. They can be replaced with arbitrary HTML, arbitrary text to be escaped as HTML, text read from files or remote Web pages, or another template.
Link: Easy Template