This commit is contained in:
pete_morgan
2005-09-10 13:18:40 +00:00
parent 57e03d6516
commit 072e88aeef
2 changed files with 4 additions and 2 deletions

View File

@@ -99,7 +99,7 @@
being output to the template. being output to the template.
</para> </para>
<example> <example>
<title>cycle</title> <title>{cycle}</title>
<programlisting> <programlisting>
<![CDATA[ <![CDATA[
{section name=rows loop=$data} {section name=rows loop=$data}
@@ -123,6 +123,7 @@
]]> ]]>
</screen> </screen>
</example> </example>
</sect1> </sect1>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file
Local variables: Local variables:

View File

@@ -33,7 +33,8 @@
{debug} dumps the debug console to the page. This works regardless {debug} dumps the debug console to the page. This works regardless
of the <link linkend="chapter.debugging.console">debug</link> of the <link linkend="chapter.debugging.console">debug</link>
settings in Smarty. Since this gets executed at runtime, this is settings in Smarty. Since this gets executed at runtime, this is
only able to show the assigned variables, not the templates that only able to show the <link linkend="api.assign">assigned</link>
variables, not the templates that
are in use. But, you see all the currently available variables are in use. But, you see all the currently available variables
within the scope of this template. within the scope of this template.
</para> </para>