mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
not present in EN tree
This commit is contained in:
@@ -1,48 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
||||||
<!-- $Revision$ -->
|
|
||||||
<!-- EN-Revision: 1.1 Maintainer: nobody Status: partial -->
|
|
||||||
<sect1 id="variable.global.assign">
|
|
||||||
<title>$global_assign</title>
|
|
||||||
<para>
|
|
||||||
C'est une liste de variable qui sont toujours
|
|
||||||
implicitement assign<67>es au moteur de templates.
|
|
||||||
Ceci est commode pour rendre des variables globales
|
|
||||||
ou des variables du serveur accessibles a tous les templates
|
|
||||||
plut(t que de devoir les assigner <20> la main. Chaque <20>l<EFBFBD>ment
|
|
||||||
de $global_assign doit <20>tre soit le nom de la variable
|
|
||||||
globale, soit une paire clef/valeur, o<> clef est le
|
|
||||||
nom du tableau global et valeur le tableau de variable
|
|
||||||
assign<67>es depuis ce tableau global.
|
|
||||||
$SCRIPT_NAME est globalement assign<67> par d<>faut depuis
|
|
||||||
$HTTP_SERVER_VARS.
|
|
||||||
</para>
|
|
||||||
<note>
|
|
||||||
<title>Note technique</title>
|
|
||||||
<para>
|
|
||||||
On peut acc<63>der aux variables du serveur avec la variable
|
|
||||||
$smarty, par exemple {$smarty.server.SCRIPT_NAME}.
|
|
||||||
Se reporter <20> la section sur la variable
|
|
||||||
<link linkend="language.variables.smarty">$smarty</link>.
|
|
||||||
</para>
|
|
||||||
</note>
|
|
||||||
</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
|
|
||||||
-->
|
|
@@ -1,32 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
||||||
<!-- $Revision$ -->
|
|
||||||
<!-- EN-Revision: 1.1 Maintainer: nobody Status: partial -->
|
|
||||||
<sect1 id="variable.undefined">
|
|
||||||
<title>$undefined</title>
|
|
||||||
<para>
|
|
||||||
Cel<65> r<>gle la valeur de $undefined, null par d<>faut.
|
|
||||||
N'est actuellement utilis<69> que pour initialiser
|
|
||||||
des variables non-d<>finies dans $global_assign a des
|
|
||||||
valeurs par d<>faut.
|
|
||||||
</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
|
|
||||||
-->
|
|
Reference in New Issue
Block a user