HomebulletScriptsbulletTag: template (224 results)
  1. No Screenshot
    2153 total visits
    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.
  2. No Screenshot
    2065 total visits
    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: ...
  3. No Screenshot
    2177 total visits
    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
  4. No Screenshot
    2279 total visits
    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.
  5. No Screenshot
    2070 total visits
    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 ...
  6. No Screenshot
    2296 total visits
    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 ...
  7. No Screenshot
    2392 total visits
    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
  8. No Screenshot
    2187 total visits
    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. ...
  9. No Screenshot
    1700 total visits
    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.
  10. No Screenshot
    1762 total visits
    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
  11. No Screenshot
    2177 total visits
    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
  12. No Screenshot
    1675 total visits
    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
  13. No Screenshot
    1821 total visits
    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
  14. No Screenshot
    1733 total visits
    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
  15. No Screenshot
    1858 total visits
    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. ...
Pages 5 of 15« 1 2 3 4 5 6 7 8 9 »