cvs: smarty /docs/en/programmers/api-variables variable-debugging.xml
"Peter 'Mash' Morgan" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvspete_morgan1126352602@cvsserver> |
pete_morgan Sat Sep 10 07:43:22 2005 EDT
Modified files:
/smarty/docs/en/programmers/api-variables variable-debugging.xml
Log:
tweaks
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-variables/variable-debugging.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/programmers/api-variables/variable-debugging.xml
diff -u smarty/docs/en/programmers/api-variables/variable-debugging.xml:1.3 smarty/docs/en/programmers/api-variables/variable-debugging.xml:1.4
--- smarty/docs/en/programmers/api-variables/variable-debugging.xml:1.3 Tue May 24 10:01:49 2005
+++ smarty/docs/en/programmers/api-variables/variable-debugging.xml Sat Sep 10 07:43:21 2005
@@ -1,13 +1,18 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<sect1 id="variable.debugging">
<title>$debugging</title>
<para>
This enables the <link
linkend="chapter.debugging.console">debugging console</link>.
- The console is a javascript window that informs you of the
- included templates and assigned variables for the current
- template page.
+ The console is a javascript popup window that informs you of the
+ <link linkend="language.function.include">included</link>
+ templates, variables <link linkend="api.assign">assigned</link>
+ from php and
+ <link linkend="language.config.variables">config file variables</link>
+ for the current template page. It does not show variables
+ assigned within a template with
+ <link linkend="language.function.assign">{assign}</link>.
</para>
<para>
See also
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php