-
SmartTemplate supports compiled templates, ouput caching, scalar substitution, iterations over nested blocks (BEGIN..END), basic control structures (IF..ELSEIF..ELSE) and custom extensions (output filters like uppercase, sprintf, etc.)Its unique structure creates minimum overhead, allowing SmartTemplate to be up to eight times faster that other templating engines.
-
x64Template Engine implements a template engine that can be extended with plug-in classes. The template engine uses string searching and replacement, instead of regular expressions, to find and process template placeholder marks. It supports processing conditional sections and loop section iteration.x64Template Engine comes with a simple content management system (CMS) to demonstrate the template engine capabilities. It is based on ...
-
Smarty Template Control provides a Web interface to create and edit text files. It was meant to let an user edit Smarty template files but it can be used to edit other types of text files.Smarty Template Control can generate an interface based on Web page forms to let the user choose and edit text file existing in a given ...
-
HTML source files are transformed into PHP files using customizable templates. An update algorithm ensures that all HTML source files that have been changed since the last transformation run get updated.CSS can be used to customize the presentation.Requirements: PHP 4.3 or higherLimitations: The code and the comments are in German
-
Basic Template can replace placeholders with values from string variables, from array entries, from object variables or a from combination of arrays and objects.Basic Template supports template blocks that can be processed conditionally or iteratively. The inclusion of template files within other template files is also supported.
-
Template Engine features support for blocks, loops, ifset and rotations. It is fast and most suitable for small and medium projects.
-
PHPTemplate assigns variables to template parameters values that are replaced using normal PHP tags like <?=$placeholder?> to define output values.External template files can also be loaded and assigned to template parameter variables.
-
PHP Template has the advantage of a very low overhead and performs faster than other template engines.
-
A code snippet can be filled out with results from a database query.Requirements: SQLCall PHP class
-
Email php class is a simple class that can be used to send text or HTML formatted e-mail messages using templates. The class can configured to defined the sender address, recipient addresses, the subject text, the body text either in plain text or HTML formats.Optionally Email php class can replace template marks in the message body by corresponding template variables. ...
-
The sender address, recipient address, subject, body text in either plain text or HTML format can be defined.Optionally Email class can replace template marks in the message body by corresponding template variables. If more than one recipient address is specified, the class sends separate messages to each recipient.
-
The data to insert is stored in array form, so that it can be presented as a list. The format for the data can be defined as per the sprintf command and is defined in the template data field.
-
TagTemplate can load templates as PHP scripts which have marks that are actually PHP code that can fetch template variable values.The template output can be captured and compressed to generate a more compact version.Requirements: PHP 5.0 or higher
-
Placeholder marks get replaced with parameter values in the template files. DEV Template Class supports defining a major template file that works as a replaceable theme template.Key Features of DEV Template Class:- Single line command usage with the express function- Morph one template to another- Recursive insert- Arbitrary number of insert tags in single line command usage
-
Extended PHP Mailer can compose and send e-mail messages with support for defining the message body text from a template file.Extended PHP Mailer can send text or HTML messages. The messages may have attached one or more attached files. It may also encode the text of the headers and body in several character sets to be sent according the e-mail ...

