| TOTAL: 111 Page: 1 of 6 |
|
ngine - Maxim Ro
This class implements a template engine that process templates recursively. It looks for template section delimiter tags and process the template data contained in those tags until it finds no section tags. The format of the section delimiter tags is configurable. It supports tag parameter replacement and some HTML markup functions like bold and link.

| Hits: | 51 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
Page Magic - f8ce025
This class is meant to generate pagination links for implementing navigation bars to let the user browse content split in multiple pages. It generates navigation bars that may contain links to go directly to the previous, next or any of the split pages. Each of the types of generated links is associated to class variables that contain the text templates that define the links HTML output. These variables can be changed to customize the links output.


| Hits: | 187 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
Pagina - Fábio C
This package is meant to abstract the generation of HTML pages by defining the elements of page using arrays. The template class was translated to Portuguese and adapted from the Fast Templates class also available in this site. The code, the comments and documentation are mostly written in Portuguese. In Portuguese: Objeto de manipulação de Templates baseados num engine adaptado do ft, aqui mesmo do PHPClasses. Pretende abstrair ainda mais a geração de html de modo a definir


| Hits: | 166 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
Parse HTML Template - Minnur Y
This is a simple class that processes templates by using regular expressions to find the template placeholder marks. The placeholder marks start and end with the @ character. The class replaces placeholder marks by template parameter values passed as an associative array.


| Hits: | 130 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
Parse Input - kevin de
This class is meant to generate HTML form input fields based on templates that are associated to each input. The class can be very useful to generate forms that are compose dynamically and/or change often. The class processes the HTML templates with regular expressions that substitute placeholders by the form inputs and their titles with text and tags generated according to the input type and its parameters.


| Hits: | 181 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
Path wrapper - GIOT Jea
This class is a small template class made for handling small strings like paths with parameters linked to a specific time (like in backup process) you can specify your own keywords.


| Hits: | 125 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
PDFTemplate - Edward R
PDF Generation class.. Uses an XML input file w/ simple substitutions to generate a PDF document.


| Hits: | 173 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
Perfect Templates - Eduardo
This class is a template engine that uses regular expressions to process template files. It supports variables, includes, loops and conditional clauses (if, elseif, else).


| Hits: | 150 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
PHP Template - Brian Ta
This template uses PHP as its parser. This means you get all the benefits of a template engine without the overhead on one. This template engine is a faster and more flexible alternative to current template engines.


| Hits: | 166 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
phpEngine - Tomas Ba
This class is a simple template engine meant to be able to separate your PHP scripts code from the HTML code that defines its output.
It uses regular expressions to locate placeholders and replace them with the respective assigned variable values.
Curly braces { } ) are used to identify placeholders. It also supports the spacial tags and to identify placeholders and iteration loop sections.


| Hits: | 164 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
phplib2smarty - Vinay Ya
phplib2Smarty is a drop-in replacement extension of Smarty class for PHPLib template class. Even though the syntax is like that of PHPLib template but the compiling technique of Smarty has been used. Several advantages of Smarty that PHPLib lacked can now be used more conveniently.


| Hits: | 105 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
phplibTemplateExtention - Mark Wil
Recently updated the class - no longer uses preg_match - it uses awk instead - so windows users you can uncomment the preg_match_all section (see the code its commented) and comment the awk parts instead - using awk speeds the class up a lot. phplib has template.inc - a template class for php to utilize templates. This is an extension to the class Template needing less code by: Automatic detection and declaration of blocks Automatic "blanking" of unused blocks Blocks automatically de


| Hits: | 97 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
phpoot - Haruki S
PHPOOT is a template engine. Features: * PHPOOT uses the "var" attribute of an html element in the template to show model data. * The template for PHPOOT is a XHTML document without special tags as control stracture. * So, the template can be written using normal html editor. * The model data for template is Array, which can contain Array, String and instances of class. * The html template can be compiled into PHP code before display in consideration of speed. Requirements: * PEAR *


| Hits: | 45 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
PHPTemplate - Nando Vi
This class implements a template engine that uses PHP commands as the template language. The class assigns variables to template parameters values that are replaced using normal PHP tags like to define output values. The class can also load external template files and assign them to template parameter variables.


| Hits: | 123 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
Phptempt - Hans Kö
Template engine for PHP and Java. Templates are precompiled and then included to the script/Java program. Templates are organized in repeating blocks and placeholders, all placed in one single file. Blocks may be recursive. A version of the engine is available that is optimized for Java and particularly useful for the creation of code generators of any kind.


| Hits: | 75 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
PHTML Template - Gregory
This class is a template engine that pre-compiles templates by generating PHP scripts that output the processed templates. PHP is already powerful template engine itself. If templates are compiled into scripts of PHP code, the output of the processed templates is generated much faster. The syntax of these templates now compatible with Perl HTML::Template module templates.


| Hits: | 79 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
PHTML::Template v2 - Gregory
This class is a new major release of PHTML::Template PHP template compiler engine. It features the following changes according to this legend: + Added, - Removed, * Changed, ! Bugfix + Added support for SWITCH/CASE statements + Added md5 support for generating cache files names + Added compiled template code cleanup and garbage collection + Added 'TIME', 'TIMESTAMP' and 'VERSION' placeholders * PHP-native include used instead of template merging * Regular expressions optimized * C


| Hits: | 103 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
plato - Rick Hop
Plato is a based template parsing engine which uses both regular expressions and string replacement functions. It is very extensible and allows users to create their own plugins. It has the ability to insert variables, include files, make function calls to plugins, and perform loops. Read the readme.txt file to learn more details.


| Hits: | 53 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
QTemplate - Gregory
This class is a template engine that users regular expressions to process the template files locate the template value place holders. The applications can assign values that will replace the place holder marks to generate the processed output.


| Hits: | 114 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |
ROPE - Róbert
ROPE is template engine with the purpose to make easier and more flexible to separate the static and dynamic parts of the web sites and so the work of the coder and the designer. 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 are editable as normal HTML files ROPE acts as a s


| Hits: | 100 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-21 |