Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 11... Zeile 11...
11
changing), the compile check step is no longer needed. Be sure to set
11
changing), the compile check step is no longer needed. Be sure to set
12
`$compile_check` to FALSE for maximum performance. Note that if you
12
`$compile_check` to FALSE for maximum performance. Note that if you
13
change this to FALSE and a template file is changed, you will \*not\*
13
change this to FALSE and a template file is changed, you will \*not\*
14
see the change since the template will not get recompiled.
14
see the change since the template will not get recompiled.
Zeile -... Zeile 15...
-
 
15
 
-
 
16
Note that up to Smarty 4.x, Smarty will check for the existence of 
-
 
17
the source template even if `$compile_check` is disabled.
15
 
18
 
16
If [`$caching`](#variable.caching) is enabled and `$compile_check` is
19
If [`$caching`](#variable.caching) is enabled and `$compile_check` is
17
enabled, then the cache files will get regenerated if an involved
20
enabled, then the cache files will get regenerated if an involved
Zeile 18... Zeile 21...
18
template file or config file was updated.
21
template file or config file was updated.