Simple Template System Support forum php-simple-template Template engine based on replacing text strings This is a basic template engine based on replacing text strings. It can read a template file and replace the placeholder marks by values of assigned template variables. The output of the processed ...
Mrasnika's template system Support forum mrasnika_tmpltesystm Multi-level object oriented template system This class implements an object oriented template system with multi-level template parsing. It includes features such as blocks, includes, loops with or without section for empty lists, fast ...
HTML Template Support forum htmltemplate Simple HTML template class HTML template class is a simple , fast and easy-to-use template system for PHP scripting. For more information, see http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top HTML template Site Meter
APEx - Template Abstraction Layer Support forum apex-tal Flexible compiling template system APEx is a package of classes that form a template system. The processed templates are compiled into PHP scripts that can be executed directly. The compiled templates are cached. Unchanged templates are not ...
... @sober.com. It was ported to PHP by CDI cdi@thewebmasters.net. In 1999 the development of Fast Template was abandoned by CDI but survived as a good template system over the time. Since then several people tried to add new capabilities making the code work with newer PHP versions. Since Fast Template ...
Result Class - Rule-based system for processing data tied to a DB result id. Support forum 63 Rule based system for taking data associated with a database result id and pushing through specified templates. Rule based system for taking data associated with a database result id and pushing through ...
Star Rating System Support forum rate Create a star rating system with PHP and MySQL (Ve Create a star rating system with PHP and MySQL (Version 1.7) - based on Fast Template. Unzip this file into your directory. Edit config.inc.php and setup database URL, and path informations. Call articole.php ...
... This class takes an HTMLfile (or any other textfile really), parses it and outputs the same file with certain tags replaced. In short, indeed, a template-system. Nothing special, has all the features you'd expect, including looping parts of the template. Best thing is though, it's extremely easy ...
Extensible Template Support forum extensibletemplate Template engine extensible using sub-classes This class implements a template processing engine. It find and process tags in a template in the form of <tpl:TAG param1="value1" param2="value2" ...> block </tpl:TAG> or as in the contracted form ...
DiDrive template system Support forum didrive-html Template engine based on text replacement This class implements a template engine based on text replacement. It can load templates from files and replace marks in the template with the template variables with curly braces for the respective template ...