Télécharger la liste

Description du projet

PHP Fast Template clone is a replacement of the original class.FastTemplate PHP code, and provides a full recursive template structure. The "dynamic" template blocks allowed in class.FastTemplate can now be nested allowing more compact templates in some cases.

Système requise

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-10-02 10:17
1.26

Le (PREG_DYN BEG, END) déclaration a été modifiée pour tenir compte de fuite des commentaires dans les blocs de commentaires HTML. Une append () méthode a été ajouté à titre de commodité lors de l'ajout de texte à une touche, qui travaille également avec des arguments de tableau. load () a été modifiée pour jetez pas une erreur si le fichier modèle est vide, ce qui peut être contrôlé avec la mise en NOEMPTY.
Tags: Minor feature enhancements
The PREG_DYN{BEG,END} statement was modified to ignore trailing comments in HTML comment blocks. An append() method was added as a convenience when adding text to a key, which also works with array arguments. load() was modified to not throw an error if the template file was empty, which can be controlled with the NOEMPTY setting.

2001-10-19 03:10
1.22

calme () a été ajoutée pour permettre les variables de templates d'être présent dans la sortie finale, sans générer des messages d'avertissement. La documentation a été updtated, et un "How To" section a été commencé.
Tags: Minor feature enhancements
quiet() has been added to allow template variables to be present in the final output without generating warning messages. The documentation has been updtated, and a "How To" section has been started.

2001-10-18 23:12
1.21

Clear () FastTemplate compatibilité, et une fonction clear_dynamic new () (qui fait des multi-niveaux des listes plus facile à gérer lorsque certains éléments mai être vide).
Tags: Major bugfixes
clear() FastTemplate compatibility, and a new function clear_dynamic() (which makes multi-level lists easier to manage when some elements may be blank).

2001-10-12 03:41
1.20

Ce communiqué a nettoyage du code afin qu'il s'exécute tranquillement même avec error_reporting (E_ALL) activée. L'échantillon de l'album photo a été mis à jour. L'archive tar actuelle ne comporte pas d'images, vous aurez donc besoin d'inclure votre propre et mettre en place le répertoire de cache de manière appropriée. Sinon, vous pouvez récupérer l'archive des images.
Tags: Minor bugfixes
This release has code cleanup so that it runs quietly even with error_reporting(E_ALL) turned on. The photo album sample has been updated. The current tarball does not include any images, so you will need to include your own and set up the cache directory appropriately. Alternately, you can get the images tarball.

2001-10-04 05:13
1.19

Un correctif pour un tableau $ t-> parse (MAIN, ( 'table', 'main')) bug pour être compatible avec FastTemplate.
Tags: Minor bugfixes
A fix for a $t->parse(MAIN,array('table','main')) bug to be compatible with FastTemplate.

Project Resources