Recommend this page to a friend! |
Download .zip |
Info | View files (23) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2001-02-06 (15 years ago) | Not enough user ratings | Total: 2,884 | All time: 1,257 This week: 1,179 |
Version | Licenses | Categories | ||||
cachedtemplate 1.0 | GNU General Publi... | Templates |
Description | Author | |||||||||||||
A generalized parsed template caching mechanism, that can work with a variety of existing template classes. |
|
Files |
File | Role | Description |
---|---|---|
CachedTemplate.txt | ??? | Class documentation |
class.CachedTemplate.php | ??? | The CachedTemplate class (version 1.4) |
class.FastTemplateAdaptor.php | ??? | Template Adaptor class for FastTemplate |
class.HTMLTemplateAdaptor.php | ??? | Template Adaptor for HTML Template class |
class.PHPLIBTemplateAdaptor.php | ??? | Adaptor class for PHPLIB's Template class |
class.QuickTemplateAdaptor.php | ??? | Template adaptor for the QuickTemplate class |
class.RHTemplateAdaptor.php | ??? | Template adaptor for Richard's Template class |
class.XTemplateAdaptor.php | ??? | Template adaptor for the XTemplate class |
datavalid_example2.php | ??? | example of using external data validation using an md5 hash |
data_valid_example1.php | ??? | Example of external data validation using data timestamp |
fasttemplate_example.php | ??? | Example using the FastTemplate class |
herman_example.php | ??? | Example using HTML Template class |
partial_caching.php | ??? | Example of using get_from_cache to implement partial caching |
phplibtemplate_example.php | ??? | Example using the PHPLIB'x Template class |
ptpl_box.ihtml | ??? | Use by phplibtemplate_example.php |
ptpl_page.ihtml | ??? | used by phplibtemplate_example.php |
quicktemplate_ex.php | ??? | Example using the QuickTemplate class |
richard_example.php | ??? | Example using Richard's Template class |
rows.dat | ??? | data file used by the examples datavalid_example[12].php |
use_get_example1.php | ??? | Example of using the use_get() method w/ the default option |
use_get_example2.php | ??? | Example of using the use_get() method w/ the "store" option |
use_vars_example.php | ??? | example of the user_vars() method |
xtemplate_ex5.php | ??? | Example using the XTemplate class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
CachedFastTemplate class A class I wrote that originated the idea for the one here. That one was designed to work only with the FastTemplate class and does not contain the enhancements in the one here. |
CachedTemplate class site Distribution site for the CachedTemplate class and associated source (all examples, templates, include files, etc.) |
FastTemplate class CDI's Class |
HTML Template class Herman's class |
PHPLIB PHPLIB package including a Template class |
QuickTemplate class Stefan's class |
Template class Richard's class |
XTemplate class Barnabas' class |