mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-31 20:31:41 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="iso-8859-1"?>
 | |
| <!-- $Revision$ -->
 | |
| <!-- EN-Revision: 1.4 Maintainer: yannick Status: ready -->
 | |
| 
 | |
| <sect1 id="variable.force.compile">
 | |
|  <title>$force_compile</title>
 | |
|  <para>
 | |
|   Celà oblige Smarty à (re)compiler les templates à chaque
 | |
|   invocation. Ce réglage supplante
 | |
|   <link linkend="variable.compile.check"><parameter>$compile_check</parameter></link>.
 | |
|   Par défaut, il vaut &false;. Ceci est commode pour le développement
 | |
|   et le <link linkend="chapter.debugging.console">débogage</link>
 | |
|   mais ne devrait jamais être utilisé dans un environnment de production.
 | |
|   Si le système de <link linkend="variable.caching">cache</link> est actif, les
 | |
|   fichiers du cache seront regénérés à chaque appel.
 | |
|  </para>
 | |
| </sect1>
 | |
| 
 | |
| <!-- Keep this comment at the end of the file
 | |
| Local variables:
 | |
| mode: sgml
 | |
| sgml-omittag:t
 | |
| sgml-shorttag:t
 | |
| sgml-minimize-attributes:nil
 | |
| sgml-always-quote-attributes:t
 | |
| sgml-indent-step:1
 | |
| sgml-indent-data:t
 | |
| indent-tabs-mode:nil
 | |
| sgml-parent-document:nil
 | |
| sgml-default-dtd-file:"../../../../manual.ced"
 | |
| sgml-exposed-tags:nil
 | |
| sgml-local-catalogs:nil
 | |
| sgml-local-ecat-files:nil
 | |
| End:
 | |
| vim600: syn=xml fen fdm=syntax fdl=2 si
 | |
| vim: et tw=78 syn=sgml
 | |
| vi: ts=1 sw=1
 | |
| --> |