cvs: smarty /docs/en/designers/language-custom-functions language-function-cycle.xml language-function-debug.xml
"Peter 'Mash' Morgan" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvspete_morgan1126358321@cvsserver> |
pete_morgan Sat Sep 10 09:18:41 2005 EDT
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-cycle.xml
language-function-debug.xml
Log:
tweak
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-cycle.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-cycle.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-cycle.xml:1.4 smarty/docs/en/designers/language-custom-functions/language-function-cycle.xml:1.5
--- smarty/docs/en/designers/language-custom-functions/language-function-cycle.xml:1.4 Tue Jun 28 03:32:42 2005
+++ smarty/docs/en/designers/language-custom-functions/language-function-cycle.xml Sat Sep 10 09:18:40 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<sect1 id="language.function.cycle">
<title>{cycle}</title>
<informaltable frame="all">
@@ -99,7 +99,7 @@
being output to the template.
</para>
<example>
- <title>cycle</title>
+ <title>{cycle}</title>
<programlisting>
<![CDATA[
{section name=rows loop=$data}
@@ -123,6 +123,7 @@
]]>
</screen>
</example>
+
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-debug.xml?r1=1.5&r2=1.6&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-debug.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-debug.xml:1.5 smarty/docs/en/designers/language-custom-functions/language-function-debug.xml:1.6
--- smarty/docs/en/designers/language-custom-functions/language-function-debug.xml:1.5 Wed May 25 15:13:20 2005
+++ smarty/docs/en/designers/language-custom-functions/language-function-debug.xml Sat Sep 10 09:18:40 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<sect1 id="language.function.debug">
<title>{debug}</title>
<informaltable frame="all">
@@ -33,7 +33,8 @@
{debug} dumps the debug console to the page. This works regardless
of the <link linkend="chapter.debugging.console">debug</link>
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
within the scope of this template.
</para>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php