What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
This forces Smarty to (re)compile templates on every
invocation. This setting overrides
$compile_check
.
By default
this is FALSE
. This is handy for development and
debugging.
It should never be used in a production environment. If
$caching
is enabled, the cache file(s) will be regenerated every time.