Files
smarty/docs/fr/designers/language-custom-functions/language-function-debug.xml

67 lines
1.9 KiB
XML
Raw Normal View History

2004-04-13 15:43:47 +00:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
2005-05-24 21:06:06 +00:00
<!-- EN-Revision: 1.4 Maintainer: gerald Status: ready -->
2004-05-23 15:50:53 +00:00
<sect1 id="language.function.debug">
<title>debug</title>
<informaltable frame="all">
<tgroup cols="5">
<colspec colname="param" align="center" />
<colspec colname="type" align="center" />
<colspec colname="required" align="center" />
<colspec colname="default" align="center" />
<colspec colname="desc" />
<thead>
<row>
<entry>Nom attribut</entry>
<entry>Type</entry>
<entry>Requis</entry>
<entry>Defaut</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>output</entry>
<entry>cha<EFBFBD>ne de caract<63>res</entry>
<entry>Non</entry>
2005-05-24 21:06:06 +00:00
<entry><emphasis>javascript</emphasis></entry>
2004-05-23 15:50:53 +00:00
<entry>Type de sortie, html ou javascript</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>
{debug} am<61>ne la console de d<>bogage sur la page. Fonctionne
quelle que soit la valeur du param<61>tre <link
linkend="chapter.debugging.console">debug</link> de Smarty.
Comme ce dernier est appel<65> lors de l'ex<65>cution, il n'est capable
d'afficher que les variables assign<67>es au template, et non
les templates en cours d'utilisation. Toutefois, vous voyez toutes
les variables disponibles pour le template courant.
</para>
2005-05-24 21:06:06 +00:00
<para>
Voir aussi
<link linkend="chapter.debugging.console">la console de d<>bogage</link>.
</para>
2004-04-13 15:43:47 +00:00
</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
2004-05-23 15:50:53 +00:00
-->