cvs: smarty /docs/fr/programmers/api-variables variable-default-resource-type.xml variable-error-reporting.xml variable-request-use-auto-globals.xml

"Mehdi Achour" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsdidou1082306802@cvsserver>
didou		Sun Apr 18 12:46:42 2004 EDT

  Added files:                 
    /smarty/docs/fr/programmers/api-variables	
                                             	variable-default-resource-type.xml 
                                             	variable-error-reporting.xml 
                                             	variable-request-use-auto-globals.xml 
  Log:
  last untranslated files
  

http://cvs.php.net/co.php/smarty/docs/fr/programmers/api-variables/variable-default-resource-type.xml?r=1.1&p=1
Index: smarty/docs/fr/programmers/api-variables/variable-default-resource-type.xml
+++ smarty/docs/fr/programmers/api-variables/variable-default-resource-type.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.1 Maintainer: didou Status: ready -->
<sect1 id="variable.default.resource.type">
 <title>$default_resource_type</title>
 <para>
  Ceci dit à smarty quel type de ressource utiliser implicitement. La valeur
  par défaut est 'file', signifiant que $smarty->display('index.tpl'); et
  $smarty->display('file:index.tpl'); sont la même chose. Voyez le chapitre
  <link linkend="template.resources">ressource</link> pour plus de détails.
 </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
-->

http://cvs.php.net/co.php/smarty/docs/fr/programmers/api-variables/variable-error-reporting.xml?r=1.1&p=1
Index: smarty/docs/fr/programmers/api-variables/variable-error-reporting.xml
+++ smarty/docs/fr/programmers/api-variables/variable-error-reporting.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.1 Maintainer: didou Status: ready -->
<sect1 id="variable.error.reporting">
<title>$error_reporting</title>
 <para>
  Lorsque cette valeur est configurée à une valeur non nulle,
  sa valeur est utilisée comme le error_reporting-level de PHP
  à l'intérieur de display() et fetch(). Lorsque le déboguage
  est ignoré et le error-level non-modifié.
 </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
-->

http://cvs.php.net/co.php/smarty/docs/fr/programmers/api-variables/variable-request-use-auto-globals.xml?r=1.1&p=1
Index: smarty/docs/fr/programmers/api-variables/variable-request-use-auto-globals.xml
+++ smarty/docs/fr/programmers/api-variables/variable-request-use-auto-globals.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<sect1 id="variable.request.use.auto.globals">
 <title>$request_use_auto_globals</title>
 <para>
  Spécifie si Smarty doit utiliser les variables PHP $HTTP_*_VARS[]
  ($request_use_auto_globals=false qui est la valeur par défaut) ou
  $_*[] ($request_use_auto_globals=true). Celà affecte les templates
  qui utilisent {$smarty.request.*}, {$smarty.get.*} etc. .
  Attention: Si vous configurez $request_use_auto_globals à true, <link
  linkend="variable.request.vars.order">variable.request.vars.order
  </link> n'a plus d'effets et la valeur de la directive de configuration
  <literal>gpc_order</literal> de PHP est utilisée.
 </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
-->

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.