Files
smarty/docs/fr/programmers/api-variables/variable-force-compile.xml
2005-12-10 15:13:28 +00:00

38 lines
1.1 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1.3 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">$compile_check</link>.
Par défaut, il est désactivé. 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
-->