2004-04-18 16:46:42 +00:00
|
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
|
|
<!-- $Revision$ -->
|
2006-10-08 10:27:27 +00:00
|
|
|
|
<!-- EN-Revision: 1.4 Maintainer: didou Status: ready -->
|
2005-12-10 15:52:46 +00:00
|
|
|
|
|
2004-04-18 16:46:42 +00:00
|
|
|
|
<sect1 id="variable.request.use.auto.globals">
|
|
|
|
|
|
<title>$request_use_auto_globals</title>
|
|
|
|
|
|
<para>
|
2006-10-08 10:27:27 +00:00
|
|
|
|
Sp<53>cifie si Smarty doit utiliser les variables PHP <literal>$HTTP_*_VARS[]</literal>
|
|
|
|
|
|
($request_use_auto_globals=&false; qui est la valeur par d<>faut) ou
|
|
|
|
|
|
<literal>$_*[]</literal> ($request_use_auto_globals=&true;). Cela affecte les templates
|
|
|
|
|
|
qui utilisent
|
|
|
|
|
|
<link linkend="language.variables.smarty"><literal>{$smarty.request.*}, {$smarty.get.*}</literal></link> etc..
|
2004-05-29 12:46:16 +00:00
|
|
|
|
</para>
|
2006-10-08 10:27:27 +00:00
|
|
|
|
<note>
|
|
|
|
|
|
<title>Attention</title>
|
|
|
|
|
|
<para>
|
|
|
|
|
|
Si vous configurez <literal>$request_use_auto_globals to true</literal> <20> &true;,
|
|
|
|
|
|
<link linkend="variable.request.vars.order"><parameter>$request_vars_order</parameter></link>
|
|
|
|
|
|
n'a plus d'effets et la valeur de la directive de configuration
|
|
|
|
|
|
<literal>gpc_order</literal> de PHP est utilis<69>e.
|
|
|
|
|
|
</para>
|
|
|
|
|
|
</sect1>
|
2005-12-10 15:52:46 +00:00
|
|
|
|
|
2004-04-18 16:46:42 +00:00
|
|
|
|
<!-- 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
|
2005-12-10 15:52:46 +00:00
|
|
|
|
-->
|