View Single Post
Old 02-08-2008, 08:44 PM   #9 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

By a cache class I meant a class that works in tangent with the template class to store the finished products into a cache folder, for example.

template:

Quote:
<html><head><title><{title}></title></title></head></html>
run through template class
PHP Code:
<html><head><title><?=t_titleFetch();?></title></title></head></html>
the cache class then just stores it into the appropriate folder heirarchy, optimally the cache class would also handle the storing of sql results which stay pretty much the same.

Also, functions preferably do not output any messages and the such.
TlcAndres is offline  
Reply With Quote