-
Fast Template features such as merged cache function, debug console, silent removal of not-assigned dynamic blocks or the ability of including PHP code into templates, have been added. New functionality "pattern assign" has been added. When variables or constants are the same as the template keys, these functions may be used as they are. Using these functions, Fast Template can ...
-
The values of template parameters are assigned to class variables. The Simple Template class includes a template file to be executed as a regular PHP script. The template script file can use the parameter values by accessing the class variables using the $this object. Requirements: PHP 4.0 or higher
-
TemplateEngine loads a template from a file and replaces marks defined by fixed prefix and suffixes by values of associative array. The result of the template processing gets returned as a string. Requirements: PHP 3.0 or higher
-
XtremeTemplate can assign multiple template variables that are assigned as local variables before processing the template scripts. The template script that is executed with the template variable already assigned is included. The template script output is captured into the PHP output buffer to be returned as a template processing result string. Requirements: PHP 4.0 or higher
-
Skor PHP Template can read a template from a file and file placeholders to be replaced by template variable values. Skor PHP Template can assign individual variable values or arrays with several variable values. Delimited template section replacements are supported through a separate sub-class. Requirements: PHP 5.0 or higher
-
Tmpl can read a template file and replace placeholders with given variable values. Processing the template results in a single string. Requirements: PHP 5 or higher
-
ubtemplate can process a template with blocks delimited by named marks. ubtemplate supports several types of blocks that represent template variables to be replaced, nested blocks, iterative blocks and blocks defined in separate template files. ubtemplate returns the processed template data as a string. Requirements: PHP 5.0 or higher
-
The templates are loaded and parsed in several steps and the object used to process the results is returned. The last step returns the file name of a PHP script generated by the template engine that is ready to be executed to generate the template output. Requirements: PHP 5.0 or higher
-
JavaScript PHP Documentor can scan JavaScript script files and extract documentation from tags inside JavaScript comments similar to JavaDoc tags. PHP template scripts can be used to generate the documentation in HTML. However, the structure of the package allows generating documentation in many others formats, such as PDF. Requirements: PHP 5.0 or higher
-
Template Emailer extends the PHPMailer class to compose a message by reading a template file that has some tags replaced by given values. The send() function of the PHPMailer class is used to send the composed message. Requirements: PHP 5 or higher
-
The data is fetched and passed to the template engine. HTML templates are created with the data's keywords.
-
ModeliXe addresses a need to write re-usable code. The purpose of ModeliXe is to effectively separate content and processing, whatever the final output may be. ModeliXe particularity is to offer a simple, intuitive, extensible and easily usable software interface.
-
Regular expressions are used to locate template variable placeholders, which get replaced by variable values. nGenie provides block iteration support letting applications define groups of values that are used to replace the template placeholder values within the same block that is processed iteratively as many times as there are variable values.
-
Even though the syntax is like that of PHPLib template but the compiling technique of Smarty has been used. The Smarty advantages that PHPLib lacked, are now available.
-
Pine template reads templates from files with special marks that start by { and end in } . An associative array with template variables is used as argument for the class. Pine template traverses the template file data to replace all occurrences of the template variables by the respective values.

