Hi All,
Just a quick question regarding the operation of FastTemplate.
I am just finishing a site using the technique, and have used quite a few templates.
In regard to the 'define()' function of FastTemplate - does it actually load the .tpl files into memory at this stage or just references to them?
Because I used quite a few templates for the site, and I'm worried that the number of templates will slow down the speed of my scripts, because they might all be loaded into memory, and all may need to be parsed.
Can anyone shine some light on the best way to use FastTemplate?
Should I maybe use define() directly before I need to assign() and parse() templates?
Thanks in advance,
Adam.