Posts Tagged 'Template'

PHTML Template

Posted by admin on December 11 2009 Add Comments

PHTML Template

By : Gregory
This class is a template engine that pre-compiles templates by generating PHP scripts that output the processed templates.
PHP is already powerful template engine itself. If templates are compiled into scripts of PHP code, the output of the processed templates is generated much faster.
The syntax of these templates now compatible with Perl HTML::Template [...]

HSTemplate

Posted by admin on December 10 2009 Add Comments

HSTemplate

By : Shevchuk Anton
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 [...]

CachedFastTemplate

Posted by admin on December 10 2009 Add Comments

CachedFastTemplate
By : Jesus M. Castagnetto
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.
GPL’ed code (see www.fsf.org)
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 [...]

AbsTemplate

Posted by admin on December 10 2009 Add Comments

AbsTemplate

By : Costin T
This class implements a template engine based PHP script templates and variable replacement.
It can process template PHP scripts that are executed.
The class 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.
Download :
http://www.ziddu.com/download/7293512/abs_template-2009-04-28.zip.html