Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2003-05-03 21:18
0.3

Dies ist die letzte Version von bTemplate. else Syntax wurde für die bedingte Parsen aufgenommen. Es besteht keine Notwendigkeit zu aktualisieren, falls Sie diese Funktionalität nicht brauchen.
Tags: Minor feature enhancements
This is the final release of bTemplate. else syntax has been added to the conditional parsing. There is no need to update if you don't need this functionality.

2002-06-11 23:21
0.2

Diese Version führt ein neuer Fall Schleife Syntax, ein optionales zweites Argument an den Konstruktor (ob zum Zurücksetzen Template-Variablen nach einem fetch ()-Aufruf) und ein reset_vars ()-Methode, können Sie manuell zurückgesetzt Template-Variablen. Die Dokumentation wurde aktualisiert, um alle Funktionen enthalten, und die bTemplate Website hat Benchmarks vergleichen bTemplate zu verschiedenen anderen Template-Systemen.
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.

2002-06-02 13:53
0.1

Tags: Initial freshmeat announcement

Project Resources