mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
tweak
This commit is contained in:
@@ -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:
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user