PHP Template
Free PHP Template makes HTML code clean and readable by separating application logic and content from its presentation. PHP Template is most useful in a situation where application programmer and template designer play different roles.-
This package implements a template engine with output caching support. It can assign templates files a name so they can be referenced by that name. The class loads from a given directory template files which are actual HTML files with embedded PHP code. It can assign to each template, variables which are stored as class variables. The templates are processed ...
-
The package XIRE implements a template engine to create XML, XHTML and other plain text formats. It can be extend using plug-in classes. The templates are defined in a XML format. The tags with the xirl namespace denote template commands that are implemented by the template engine plug-ins. Template errors throw exceptions that can be catched by applications in order ...
-
EasyTemplate is a template engine for PHP. it is easy to use and basic, it is powerfull for any application that need this functions LOOP, INCLUDE, SWITCH and IF ELSE. It is also cached the page after compiled finally you don't need to assign variables, it is auto recognized the variables. EasyTemplate is so easier that smarty if it do ...
-
There is a template loader script RainTPL that checks whether a given template was previously compiled. If the template was not yet processed, another class handles the compilation. The results are stored as PHP scripts in a given template cache directory. RainTPL supports variable replacement with configurable delimiters, conditional sections, sections to be ignored or not parsed and loops. Requirements: ...
-
Tamplate can read and parse a given template file to replace marks with text values from variable values. The variable values may also be passed as arrays. The processed template is returned as the current script output or a string. Requirements: PHP 5.0 or higher
-
PHPTAL is an advanced template engine for generation of XHTML with PHP. Has very nice syntax compatible with Zope's TAL. It's very fast thanks to compiled templates and output caching.
-
UI Template is an HTML template file can be parsed to build a DOM-like structure. The code builder traverses the parsed template structure and generates a PHP script that is executed to process the template. UI Template supports custom tags that implement conditional sections, iterate over loops, include other template files, etc.. The compiled template scripts are stored in a ...
-
Template Manager can load a template file and process it to extract the list of template variables and replace them by template variable values.The Template Manager supports replacing variables from given array values,or taking the values from global variables, including other template files. A .conf file is processed and any setting is loaded as Template.KeyRequirements: PHP 5.2 or higher
-
OOCSS reads a CSS style sheet template file that may have definitions of styles assigned to variables. The variables may be used in the definition of other styles. The definition of all variables is expanded and the processed CSS styles are stored in a cache file.OOCSS creates a new way to write CSS files in a new Object style fashion. ...
-
Simple Tags, a specified template string is searched for tags delimited by square brackets and replaces them with variable values.The processed template data is returned as a string.Requirements: PHP 5.0 or higher
-
Separated Template reads HTML templates from files and replaces the contents of HTML tags that have given CSS class names.The result of the processed template is returned as a string.Requirements: PHP 5.0 or higher
-
The marks are replaced with variable values. Smart Engine Template Engine also supports section delimiting marks to evaluate loops, and conditional sections. Requirements: PHP 3.0 or higher
-
AbsTemplate implements a template engine based PHP script templates and variable replacement. It can process template PHP scripts that are executed. The script captures the template scripts output and replaces template variables by assigned values. The resulting output can be cached in files to avoid template reprocessing overhead. Requirements: PHP 5 or higher
-
IDtpl3, an array class variable is used to store the template variables. It processes a template by including it as PHP code that can access the template variables by accessing the entries of an array named $d. IDtpl3 captures the output of the included template file and can return it as a string or displayed as the current script output. ...
-
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 ...

