-
DbProxy can be used to execute MySQL queries from SQL templates defined in XML files. The script can parse a given XML file that contains definitions of SQL query templates. DbProxy can execute given MySQL queries eventually replacing template parameters with given values.
-
There is a template loader script RainTPL that checks whether a given template was previously compiled. If the template was not yet processed, another class handles the compilation. The results are stored as PHP scripts in a given template cache directory. RainTPL supports variable replacement with configurable delimiters, conditional sections, sections to be ignored or not parsed and loops. Requirements: ...
-
Tamplate can read and parse a given template file to replace marks with text values from variable values. The variable values may also be passed as arrays. The processed template is returned as the current script output or a string. Requirements: PHP 5.0 or higher
-
PHPTAL is an advanced template engine for generation of XHTML with PHP. Has very nice syntax compatible with Zope's TAL. It's very fast thanks to compiled templates and output caching.
-
UI Template is an HTML template file can be parsed to build a DOM-like structure. The code builder traverses the parsed template structure and generates a PHP script that is executed to process the template. UI Template supports custom tags that implement conditional sections, iterate over loops, include other template files, etc.. The compiled template scripts are stored in a ...
-
php easy :: pagination scripts set contains 3 different pagination functions that can be easily implemented into any other script to paginate the output results retrieved from MySQL database or elsewhere.Note: These functions do not query the DB by theirselves, you should previously have counted the total number of matches and retrieved the appropriate results, specified number of results per ...
-
Template Manager can load a template file and process it to extract the list of template variables and replace them by template variable values.The Template Manager supports replacing variables from given array values,or taking the values from global variables, including other template files. A .conf file is processed and any setting is loaded as Template.KeyRequirements: PHP 5.2 or higher
-
OOCSS reads a CSS style sheet template file that may have definitions of styles assigned to variables. The variables may be used in the definition of other styles. The definition of all variables is expanded and the processed CSS styles are stored in a cache file.OOCSS creates a new way to write CSS files in a new Object style fashion. ...
-
KumbiaPHP Framework is a web application framework written in PHP for developing database-backed web applications according to the model-view-controller(MVC) pattern and other patterns as ActiveRecord and TemplateView.Optimized for programmer productivity. Not complex.Just have a try at it. Enjoy the fast devolepment.
-
Simple Tags, a specified template string is searched for tags delimited by square brackets and replaces them with variable values.The processed template data is returned as a string.Requirements: PHP 5.0 or higher
-
ooeLite provides functions to access other framework classes.The framework classes can access databases using PDO, manage secure sessions, and process HTML templates.Requirements: PHP 5.2 or higher
-
Separated Template reads HTML templates from files and replaces the contents of HTML tags that have given CSS class names.The result of the processed template is returned as a string.Requirements: PHP 5.0 or higher
-
The marks are replaced with variable values. Smart Engine Template Engine also supports section delimiting marks to evaluate loops, and conditional sections. Requirements: PHP 3.0 or higher
-
AbsTemplate implements a template engine based PHP script templates and variable replacement. It can process template PHP scripts that are executed. The script captures the template scripts output and replaces template variables by assigned values. The resulting output can be cached in files to avoid template reprocessing overhead. Requirements: PHP 5 or higher
-
IDtpl3, an array class variable is used to store the template variables. It processes a template by including it as PHP code that can access the template variables by accessing the entries of an array named $d. IDtpl3 captures the output of the included template file and can return it as a string or displayed as the current script output. ...

