-
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. ...
-
Fast Template features such as merged cache function, debug console, silent removal of not-assigned dynamic blocks or the ability of including PHP code into templates, have been added. New functionality "pattern assign" has been added. When variables or constants are the same as the template keys, these functions may be used as they are. Using these functions, Fast Template can ...
-
The values of template parameters are assigned to class variables. The Simple Template class includes a template file to be executed as a regular PHP script. The template script file can use the parameter values by accessing the class variables using the $this object. Requirements: PHP 4.0 or higher
-
TemplateEngine loads a template from a file and replaces marks defined by fixed prefix and suffixes by values of associative array. The result of the template processing gets returned as a string. Requirements: PHP 3.0 or higher
-
XtremeTemplate can assign multiple template variables that are assigned as local variables before processing the template scripts. The template script that is executed with the template variable already assigned is included. The template script output is captured into the PHP output buffer to be returned as a template processing result string. Requirements: PHP 4.0 or higher
-
Skor PHP Template can read a template from a file and file placeholders to be replaced by template variable values. Skor PHP Template can assign individual variable values or arrays with several variable values. Delimited template section replacements are supported through a separate sub-class. Requirements: PHP 5.0 or higher

