HomebulletScriptsbulletTag: template (224 results)
  1. No Screenshot
    1351 total visits
    Two main purposes: Retrieve the contents of a specified HTML tag from a specified HTML file (say, everything between <BODY> and </BODY>) Retrieve everything from an HTML file up to a given point (say, an arbitrary tag), or everything after a given point.
  2. No Screenshot
    1212 total visits
    Template_bv is a minimalist templating engine that is extremely fast, does not use regular expressions and can easily be extended.The main idea is based on "splitting" a predefined template at given delimiter marks.The class splits the template string using the PHP explode function and a configurable token string to find where template variable placeholders are located. By using this method ...
  3. No Screenshot
    384 total visits
    It opens a template file and uses regular expressions to search for place holder tags that are enclosed in { } angle bracket characters. The tags can be replaced by the respective replacement variable values. Requirements:PHP 5.0 or higher
  4. No Screenshot
    1626 total visits
    CachedFastTemplate is a simple class extending CDI's Fastemplate Class.It implements methods to cache pages created from documents, allowing different pages to have assigned different cache lifetimes. It requires the FastTemplate package.
  5. No Screenshot
    1614 total visits
    CachedFastTemplate is a simple class extending CDI's Fastemplate Class.It implements methods to cache pages created from documents, allowing different pages to have assigned different cache lifetimes. It requires the FastTemplate package.
  6. No Screenshot
    1530 total visits
    Little PHP Templater implements a template engine that caches the processed template results. It can check if a previously processed template output file exists and it was not generated more than a given period of time ago. Litte PHP Templater is a free PHP cache script. The script can process the template and update cache file if it did not ...
  7. No Screenshot
    1775 total visits
    This package implements a template engine with output caching support. It can assign templates files a name so they can be referenced by that name. The class loads from a given directory template files which are actual HTML files with embedded PHP code. It can assign to each template, variables which are stored as class variables. The templates are processed ...
  8. No Screenshot
    1839 total visits
    Simple class extending CDI's Fastemplate Class (www.thewebmasters.net). Implements methods to cache pages created from documents, allowing different pages to have assigned different cache lifetimes. It requires the FastTemplate package. [UPDATE 2000-06-07] Modified the logic to decide the validity of a cached file: (thanks to Aaron Bush <abush@microcenter.com> for some of the code and for suggestions), and also changed the logic ...
  9. No Screenshot
    2127 total visits
    Template Class / Viewer can load a template from a static file or a PHP script that is executed to generate the template output The template placeholder marks can be replaced with values that were set to the class object variables. Requirements: PHP 5 or higher
  10. No Screenshot
    2094 total visits
    The package XIRE implements a template engine to create XML, XHTML and other plain text formats. It can be extend using plug-in classes. The templates are defined in a XML format. The tags with the xirl namespace denote template commands that are implemented by the template engine plug-ins. Template errors throw exceptions that can be catched by applications in order ...
  11. No Screenshot
    2502 total visits
    Simple Object provides a base class that has common functions for accessing class variables. It provides to any derived class the same interface of setter and getter functions, import(), export(), append(), register_filter(), unregister_filter(), apply_filter() etc.. Simple Object is both a template engine class and a database query result fetcher class are just two examples of derived classes that share the ...
  12. No Screenshot
    2432 total visits
    Poll Engine is meant to build and process survey polls with definitions and results stored in a database. It uses the ezSQL class and the Template Engine class. To use the PollEng class you need to have these two classes and your site must be built with the Template Engine class. Functions of Poll Engine:- read the poll data from ...
  13. No Screenshot
    1991 total visits
    CNCat Free Edition is intended for creating web-resources and articles directory. Now you can manage your web directories more easily and more efficiently! Functions of CNCat Free Edition:- Create and manage a directory of links and articles;- Use categories with unlimited nesting, cross-categories and filters;- Automatically check links efficiency and backward links availability (CRON also);- Let users comment and rate ...
  14. No Screenshot
    1985 total visits
    Atom framework is a PHP5 framework loosely based on MVC patterns. It was created to maximise usability as people can get bogged down in Controllers / Models / views. So Atom names them Modules / Helpers / Templates, this makes it easier for people to grasp while still supporting all the major things you need from a framework such as: ...
  15. No Screenshot
    1564 total visits
    EasyTemplate is a template engine for PHP. it is easy to use and basic, it is powerfull for any application that need this functions LOOP, INCLUDE, SWITCH and IF ELSE. It is also cached the page after compiled finally you don't need to assign variables, it is auto recognized the variables. EasyTemplate is so easier that smarty if it do ...
Pages 4 of 15« 1 2 3 4 5 6 7 8 »