-
Template engine for PHP and Java. Templates are precompiled and then included to the script/Java program. Templates are organized in repeating blocks and placeholders, all placed in one single file. Blocks may be recursive. A version of the engine is available that is optimized for Java and particularly useful for the creation of code generators of any kind.
-
TemplateBuilder is a powerful and easy class to work and manange multi-level templates.Templates are very usefull because you can define dynamic parts of a page with blocks and sub-blocks. For example, you could create tables with multiple rows by defining each row as a block. These blocks accept variables or functions defined by the user or predefined (see the PHP ...
-
KeeVee Template implements a simple template engine based on substitution of certain placeholder marks by the given replacement strings. It caches the output of a template processed with a given set of parameters by storing the output in a cache file.Once the cache file is generated, the output is retrieved from that file, thus avoiding the overhead of processing the ...
-
Here another html template implementation. Features of ATemplate:- Allows nested templates,- Easy to use
-
MyTemplate is very powerful template engine. It allows including a nested template file directly into another template file and automaticaly parse it in any template in set.Working with dinamic blocks is so easy. Only assign block variables and get result. You do not need to parse each block 'manualy'. Automaticaly parses PHP constant and global variables into templates.Supports multiply template ...
-
MyTemplate Class is a simple template engine class that uses the PHP eval() function to replace variables contained in the template files.The class and examples code comments are in Arab.
-
Pagina is meant to abstract the generation of HTML pages by defining the elements of page using arrays. The template class was translated to Portuguese and adapted from the Fast Templates class also available in this site.The code, the comments and documentation are mostly written in Portuguese.
-
Class to work with template files. Supports multiple (nested or not) files and multiple (nested or not) dymanic blocks.ft classes is much like FastTemplate. Most of the functions match those from FastTemplate so it is easy to test and implement.A new class based on first is created.The new one have a nice caching engine so I think whort a try ...
-
TemplateHandler is a template processing engine that works by search for template place holder marks and replace them by template values.TemplateHandler supports the definition of conditional sections that can be processed multiple times to generate the output, replacing any place holders defined within the template section limits with a different set of values.
-
PHTML Template is a new major release of PHTML::Template PHP template compiler engine.PHTML Template features the following changes according to this legend:-Added, - Removed, * Changed, ! Bugfix- Added support for SWITCH/CASE statements- Added md5 support for generating cache files names- Added compiled template code cleanup and garbage collection- Added 'TIME', 'TIMESTAMP' and 'VERSION' placeholders- PHP-native include used instead of ...
-
class_playlist browses the specified folders and create a play list file. It is based on the work of Michael Kamleitner. Thanks to him to allow myself to extends his class.When the file list is retrieved, a template will create the play list. You can specify the extension of the file to browse. A log is created during the construction of ...
-
SmartyX is a class derived from Smarty. This class can be used to name and reference the templates using a dotted notation like on ModeliXe.SmartyX inheriting all the functionalities of Smarty.The console of debug of Smarty was changed to take into account the dotted notation and the cache identifiers of the templates.
-
Perfect Templates is a template engine that uses regular expressions to process template files. It supports variables, includes, loops and conditional clauses (if, elseif, else).
-
Cached TemplatEze is a fork of the TemplatEze variable replacement based template engine.Features of Cached TemplatEze:- Template Set support- perfomance measurement- Content Caching- Output Buffering- array assignment to assign() function- functions set(), setloop() and tplblock() merged into one assign() function- clean code
-
IS Layout is a template engine that searches for place holders tags using regular expressions and replaces them with input values. The class can use templates defined specified files or takes the template text as an argument.IS Layout can replace template place holder values in the whole template or partially in sections delimited in the template with special identifiers. It ...

