-
plato flexibility allows users to develop custom plugins. plato has the ability to insert variables, include files, make function calls to plugins, and perform loops.
-
With the help of ROPE, the large 'document here' sections in PHP routines can be avoided. These sections make the programs more confusing and impossible to make changes on the presentation design and the code independently of each other. The ROPE template files can be edited as normal HTML files. ROPE acts as a simple text processor which inserts, replaces ...
-
This template engine is easy to use and supports looping.
-
Templates can be loaded from files and placeholders defined by specific marks can be replaced with parameter strings. The processed templates can returned as a text string or displayed as the output of the current script. Limitations: The documentation is in German.
-
All the PHP code is totally separated from the HTML code, so you can make any changes to the appearance without having to fight with tons of PHP code lines. Also, it's a powerful way to separate the work jobs of a development team: Coders and HTML designers. A hierarchy of patterns, which include one another, can be built avoiding ...
-
Text which is enclosed in a logic tag is examined and replaced. Logic Template Engine includes logic support with inline logic statements. It also includes logic comparison, nestled conditional and file repitition (row) abilities.
-
One or more named sections delimited by marks that define the section name can be contained in the templates. A template section may contain multiple replacement tags that may be of three types:- file to be included, - another section to be inserted - a simple text replacement.
-
Including and looping are supported in hierarchy template. That's enough to be your template.
-
STC compiles templates and generates PHP code for processing the template. The compiled templates get cached in files. STC supports template variable assignment, including separate template files, conditional sections and iteration section loops. Requirements: PHP 3.0 or higher
-
htdig-php-helper, an object who's properties are found in the template files is produces.
-
form_template reads the form configuration from a flat file, including display options and validation.Validation can be either server-side or client-side via javascript.
-
tplDoc can be used to track substitutional variables used during project development or documentation process.Requirements: FastTemplate package
-
Solace FastTemplate is based on the FastTemplate class but includes additional features, such as nested dynamic blocks or the ability to enable and disable blocks.Solace FastTemplate is useful for projects that still use the FastTemplate class, but need more features and speed.
-
template_tpl can search and replace template placeholders delimited by marks defined by variable names enclosed in special mark start and end characters.Special marks are used to define template blocks that may define conditional sections. In order to process nested blocks the class will create new instances of itself.Requirements: PHP 5.0 or higher
-
The processed templates are compiled into PHP scripts that can be executed directly. Compiled templates get cached. Unchanged templates are not recompiled.Operators look like HTML tags. There are no hardcoded operators. Operators can overload HTML tags so their meaning can be expanded.

