View Single Post
  #1  
Old 04-04-2003, 05:47 PM
 
Alan Alan is offline
 

Advanced Member
  
Join Date: Feb 2003
Posts: 83
 

Default Disable caching for some templates inside a php file.

Hello everyone,

I'm trying to enable caching on most part of my pages, and disable caching on a few selected templates that generates data dynamically.

I'd like to split up my home.php into 5 sections with header, left col, main col, right col, and footer. The overal template will be fitted inside a table that wraps the left, main and right template.

Now the question is, I'd like to cache everything but the left template. Might anyone be able to give me some pointers?

Thank you.
__________________
Best Regards!
Alan
Search is my friend
Reply With Quote