Make Smarty compile templates to memcache-Collection of common programming errors
I have a project that uses Smarty template engine (2.6). Point is I can’t have it save files locally as it would mean saving to the repository. Same with cache.
My question is – how should I implement compiling templates to, for example, memcache?
I was playing with stream wrapper for it but maybe someone has a better solution?