Hi
I've been trying to make use of the FastTemplate and CacheFastTemplate classes. I've come across a problem and was wondering if anyone has any insights.
I've realised you cannot put php codes or SSI calls in the templates as they won't be processed. They'll just be treated as pure text.
Is there a way to get around this? Our banner server requires a random number to be generated (as a cache-busting strategy). This problem is not apparent in FastTemplate as I can put the random number generator in the .php file that builds the templates, but once i use CacheFastTemplates. The cached version will be not be correct as it won't generate another random number.
Does anyone have any insights? or can propose another template/caching solution for me to try out?
Thanks