Posted by Andreas Ahlenstorf on 07/14/05 01:17
Am 13.07.2005 um 23:28 schrieb Christopher J. Bottaro:
> I tried the following:
>
> $smarty = new Smarty();
> $smarty->caching = false;
>
> but stuff is still being written to the compile_dir. It wouldn't be a
> problem, but I'm editing my templates via a Samba share and the
> times are
> synced between computers and thus Smarty isn't seeing my changes.
compile_dir != caching
http://smarty.php.net/manual/en/api.clear.compiled.tpl.php
Regards,
A.
[Back to original message]
|