Download List

Descripción del Proyecto

XTemplate is a template engine for PHP which allows you to store your HTML code apart from your PHP code. It has many useful features such as nested blocks and various kinds of variable interpolation, and yet the code is very short and very optimized. It includes several examples and was written with an attempt at being easy to understand. The basic syntax is from FastTemplate and QuickTemplate but the entire class was written from scratch without code from other template engines.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-03-27 06:34
0.2.4-3

Cambiar ereg a preg, fija SetNullBlock, la eliminación de saltos de línea no deseados antes y después de los bloques (para WML), la adición de CachedXTemplate, y algunas otras optimizaciones menores y correcciones de errores.
Tags: Minor bugfixes
Changing ereg to preg, SetNullBlock fixes, removal of unwanted newlines before and after blocks (for WML), addition of CachedXTemplate, and some other minor optimizations and bugfixes.

2001-01-30 15:14
0.2.4

Dos errores graves se han fijado, es decir, un comentario HTML causado el texto analizado completamente la pata, esto se ha solucionado. Soportes de hojas de estilo se analiza como variables, y se interpolan a cadenas vacías, esto también ha sido corregido.
Two serious bugs have been fixed, namely an HTML comment caused the parsed text to completely screw up, this has been fixed. Style sheet brackets were parsed as variables, and were interpolated to empty strings, this has also been fixed.

Project Resources