Re: [SMARTY] Validate compiled template

Monte Ohrt <[email protected]>
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
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

-- 
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.