| Recommend this page to a friend! |
| Packages of Michael Beck | Xoops 2.5 | htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-variables/variable-compile-check.md | Download |
|
|||||||||||||||||||||
\$compile\_check {#variable.compile.check}Upon each invocation of the PHP application, Smarty tests to see if the current template has changed (different timestamp) since the last time it was compiled. If it has changed, it recompiles that template. If the template has yet not been compiled at all, it will compile regardless of this setting. By default this variable is set to TRUE. Once an application is put into production (ie the templates won\'t be
changing), the compile check step is no longer needed. Be sure to set
Note that up to Smarty 4.x, Smarty will check for the existence of
the source template even if If As of Smarty 3.1 See |