mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
reverted back to humerous redundancy in the docs :). although we all
know we are here to generate template-based output, and not to have fun ;-)
This commit is contained in:
@@ -211,7 +211,7 @@ $smarty->autoload_filters = array('pre' => array('trim', 'stamp'),
|
||||
<para>
|
||||
This tells Smarty whether or not to cache the output of the templates.
|
||||
By default this is set to 0, or disabled. If your templates generate
|
||||
redundant content, it is advisable to turn on caching. This
|
||||
redundant redundant content, it is advisable to turn on caching. This
|
||||
will result in significant performance gains. You can also have multiple
|
||||
caches for the same template. A value of 1 or 2 enables caching. 1 tells
|
||||
Smarty to use the current $cache_lifetime variable to determine if the
|
||||
|
Reference in New Issue
Block a user