disable caching during site development?
disable caching during site development?
anyways to disable caching during site development? is there somewhere where i can just plug a 1 liner in to stop cmsms or smarty from caching?
Re: disable caching during site development?
Active debug in config.phphanns wrote: anyways to disable caching during site development? is there somewhere where i can just plug a 1 liner in to stop cmsms or smarty from caching?
This force_compile to true and the cache files will be regenerated every time.
Alby