PHP Classes

Packages of Cornel Alexa

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Cornel Alexa (2)  >  Mission progress status  >  Reputation  
Picture of Cornel Alexa
Name: Cornel Alexa <contact>
Classes: 2
Country: Romania Romania
Age: 53
All time rank: 154338 in Romania Romania
Week rank: 195 Up3 in Romania Romania Up
All time users: 1932
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image cls_ft_cache.php  
Template engine with dynamic blocks and caching.
This class this extends the "ft" class to add caching functionality.

The caching was designed with four points in mind:

1. Speed improvement

2. Ease of use while letting the developer decides when caching is needed on a per file basis.

3. Having an option to set a maximum execution time from which the caching starts to work for each script or page.

4. Having a simple way to expire all cached content when the database or source of content data is updated.

See the source class for more info.

  Files folder image ft  
Template engine with nested dynamic blocks
Class to work with template files.

Supports multiple (nested or not) files and multiple (nested or not) dymanic blocks.

It is much like FastTemplate. Most of the functions match those from FastTemplate so it is easy to test and implement.
A new class based on first is created.The new one have a nice caching engine so I think whort a try and let'me know your opinion.
Read the cls_ft_cache.php file for more info.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z