Page 1 of 1

disable caching during site development?

Posted: Mon Mar 31, 2008 3:03 pm
by hanns
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?

Posted: Mon Mar 31, 2008 3:19 pm
by alby
hanns 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?
Active debug in config.php
This force_compile to true and the cache files will be regenerated every time.

Alby