mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
$caching is an int, not a boolean.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<title>Setting Up Caching</title>
|
<title>Setting Up Caching</title>
|
||||||
<para>
|
<para>
|
||||||
The first thing to do is enable caching by setting <link
|
The first thing to do is enable caching by setting <link
|
||||||
linkend="variable.caching">$caching</link> = true (or 1.)
|
linkend="variable.caching">$caching</link> = 1 (or 2).
|
||||||
</para>
|
</para>
|
||||||
<example>
|
<example>
|
||||||
<title>enabling caching</title>
|
<title>enabling caching</title>
|
||||||
|
Reference in New Issue
Block a user