Posted by Monte Ohrt on 10/15/94 11:19
messju mohr wrote:
>
>not really. the question was what happens if somebody modifies the
>*compiled* template.
>
>the compile_check is mainly the file's modification time compared of
>the source template vs. the modification time of the compiled
>template. if the compiled exists and is "newer" everythings fine for
>smarty and it doesn't attempt any recompilation. an edit of a compiled
>template very likely even raises the modifications so it doesn't make
>a change to smarty's (little naive) comparason.
>
>
There should never be a reason to edit the compiled template files
directly, so there is no function for this. If you are copying compiled
files to another server, it would be better to just remove them and let
them recompile, or at least touch them (and the templates) to get
everything in sync initially.
Monte
[Back to original message]
|