Download List

Descripción del Proyecto

bTemplate is a PHP class that facilitates the
separation of PHP code and various markup
languages (HTML, XML, etc.). It provides simple
variable interpolation, loops, complex (nested)
loops, simple conditionals, and case loops. By
default, it uses XML compatible syntax, but the
opening and closing tags can be customized.

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.

2002-06-11 23:21 Back to release list
0.2

Esta versión presenta una nueva sintaxis del bucle caso, un segundo argumento opcional para el constructor (ya sea para restablecer variables de plantilla después de un fetch () de llamada), y un reset_vars () que le permite restablecer manualmente las variables del template. La documentación ha sido actualizado para incluir todas las características, y el bTemplate sitio Web tiene puntos de referencia que compara bTemplate a varios otros sistemas de plantilla.
Tags: Minor feature enhancements
This version introduces a new case loop syntax, an optional second argument to the constructor (whether to reset template variables after a fetch() call), and a reset_vars() method that allows you to manually reset template variables. The documentation has been updated to include all features, and the bTemplate Web site has benchmarks that compare bTemplate to various other template systems.

Project Resources