| 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-id.md | Download |
|
|||||||||||||||||||||
\$compile\_id {#variable.compile.id}Persistent compile identifier. As an alternative to passing the same
If you use the same template with different pre- and/or
post-filters you must use a unique
For example a prefilter that
localizes your templates (that is: translates language dependent parts)
at compile time, then you could use the current language as
Another application would be to use the same compile directory across multiple domains / multiple virtual hosts.
> Note
>
> In Smarty 3 a |