A very easy to use, yet powerful and quick template engine that enables you to separate your page layout and design from your code. Handles simple variable replacement and table building using two dimensional arrays and/or MySQL result sets and includes support for multiple template files.
A simple variable interpolation template class that parses your templates for variables and spits out HTML with their values. I'ts fast because it doesn't perform any logic, which should be kept in the code.
A modification of the popular Fast Template system, this includes a cache function, debug console, silent removal of unassigned dynamic blocks, the ability to include PHP code into templates and Pattern Assign.
A templating engine for Python and PHP. Targeted to web application developers, who want to separate program code and design of their projects. It includes a large set of templating language that supports basic programming operations.
A simple, light weight and easy to use template parser class. It can assemble a page from several templates, output result pages to the browser or write them to a file, perform loops, follow nested conditions, show multiple columns per row in a table loop, change colors in a loop and more.
A compact template engine for HTML files. It features a simple syntax for template variables and blocks. Blocks can be nested.
A simple class to parse a Dreamweaver template for use in custom mods for a Gallery 2 and a WordPress blog. The idea is that the theme code needs to parse the file in different ways. This class makes it a breeze.
Simplifies website development and maintenance. It holds commonly used variables and page elements so you don't need to duplicate common layouts over and over.
A template engine that is multi-byte safe and consumes little computing resource. It supports variable replacement, block that can be set to hidden or shown, loop, multiple-depth loop, and inclusion of external template file.
A template system that allows you to reshuffle templates with exactly the same data.
An object oriented template class you can use in your own programs.
A template engine that supports MySQL, Odbc, Sql-Server and ADODB. It includes seven methods and two properties. It is easy to use and includes several features.
A template engine to create and structure websites and applications. It can translate and compile the templates. Features block building by indention and a TagLib with always needed functionality.
Lightweight template engine which allows you to completely separate your logic from your presentation. It is fast and regex-based, and supports caching or cacheless operation.
A modern template engine for PHP 5 with XML-based template language, declarative programming support and an API similar to those used in frameworks.