Quote:
Originally Posted by Paul M
It loads the templates into an array.
|
So are those values valid for a session? or how does it work exactly?
Aren't arrays available only for the scope the program they are in?
example: if you cache a template into an array for index.php, wouldn't it no longer be valid if you moved to newreply.php?
I guess I am not understanding exactly how its stored for future use.