cvs: smarty /docs/en/designers language-basic-syntax.xml language-modifiers.xml /docs/en/designers/language-basic-syntax language-syntax-functions.xml /docs/en/designers/language-builtin-functions language-function-config-load.xml language-function-ldelim.xml language-function-literal.xml /docs/en/designers/language-modifiers language-modifier-capitalize.xml language-modifier-count-characters.xml language-modifier-count-paragraphs.xml language-modifier-count-sentences.xml language-modifier-count-words.xml language-modifier-date-format.xml language-modifier-lower.xml language-modifier-upper.xml /docs/en/designers/language-variables language-variables-smarty.xml /docs/en/programmers/api-functions api-display.xml api-fetch.xml api-register-object.xml api-unregister-object.xml /docs/en/programmers/api-variables variable-error-reporting.xml variable-left-delimiter. xml variabl
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1115581622@cvsserver> |
messju Sun May 8 15:47:02 2005 EDT
Modified files:
/smarty/docs/en/designers language-basic-syntax.xml
language-modifiers.xml
/smarty/docs/en/designers/language-basic-syntax
language-syntax-functions.xml
/smarty/docs/en/designers/language-builtin-functions
language-function-config-load.xml
language-function-ldelim.xml
language-function-literal.xml
/smarty/docs/en/designers/language-modifiers
language-modifier-capitalize.xml
language-modifier-count-characters.xml
language-modifier-count-paragraphs.xml
language-modifier-count-sentences.xml
language-modifier-count-words.xml
language-modifier-date-format.xml
language-modifier-lower.xml
language-modifier-upper.xml
/smarty/docs/en/designers/language-variables
language-variables-smarty.xml
/smarty/docs/en/programmers/api-functions api-display.xml
api-fetch.xml
api-register-object.xml
api-unregister-object.xml
/smarty/docs/en/programmers/api-variables
variable-error-reporting.xml
variable-left-delimiter.xml
variable-right-delimiter.xml
/smarty/docs/entities global.ent
Log:
applied manual updates from Peter Morgan. he added loads of useful
crosslinks between related functions and fixed some minors.
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
messju-20050508154702.txt
(text/plain, 27 KB)
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-basic-syntax.xml?r1=1.5&r2=1.6&ty=u
Index: smarty/docs/en/designers/language-basic-syntax.xml
diff -u smarty/docs/en/designers/language-basic-syntax.xml:1.5 smarty/docs/en/designers/language-basic-syntax.xml:1.6
--- smarty/docs/en/designers/language-basic-syntax.xml:1.5 Mon Dec 13 15:27:22 2004
+++ smarty/docs/en/designers/language-basic-syntax.xml Sun May 8 15:47:00 2005
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<chapter id="language.basic.syntax">
<title>Basic Syntax</title>
<para>
All Smarty template tags are enclosed within delimiters. By
default, these delimiters are <literal>{</literal> and
- <literal>}</literal>, but they can be changed.
+ <literal>}</literal>, but they can be <link linkend="variable.left.delimiter">changed</link>.
</para>
<para>
For these examples, we will assume that you are using the default
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers.xml?r1=1.15&r2=1.16&ty=u
Index: smarty/docs/en/designers/language-modifiers.xml
diff -u smarty/docs/en/designers/language-modifiers.xml:1.15 smarty/docs/en/designers/language-modifiers.xml:1.16
--- smarty/docs/en/designers/language-modifiers.xml:1.15 Tue Feb 1 12:42:59 2005
+++ smarty/docs/en/designers/language-modifiers.xml Sun May 8 15:47:00 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<chapter id="language.modifiers">
<title>Variable Modifiers</title>
<para>
@@ -62,9 +62,9 @@
$security_settings['MODIFIER_FUNCS']</link>-array.
</para>
+ &designers.language-modifiers.language-modifier-cat;
&designers.language-modifiers.language-modifier-capitalize;
&designers.language-modifiers.language-modifier-count-characters;
- &designers.language-modifiers.language-modifier-cat;
&designers.language-modifiers.language-modifier-count-paragraphs;
&designers.language-modifiers.language-modifier-count-sentences;
&designers.language-modifiers.language-modifier-count-words;
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-basic-syntax/language-syntax-functions.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/en/designers/language-basic-syntax/language-syntax-functions.xml
diff -u smarty/docs/en/designers/language-basic-syntax/language-syntax-functions.xml:1.2 smarty/docs/en/designers/language-basic-syntax/language-syntax-functions.xml:1.3
--- smarty/docs/en/designers/language-basic-syntax/language-syntax-functions.xml:1.2 Sun Apr 18 13:34:12 2004
+++ smarty/docs/en/designers/language-basic-syntax/language-syntax-functions.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="language.syntax.functions">
<title>Functions</title>
<para>
@@ -30,11 +30,11 @@
<para>
Both built-in functions and custom functions have the same syntax in
the templates. Built-in functions are the inner workings of Smarty,
- such as <command>if</command>, <command>section</command> and
- <command>strip</command>. They cannot be modified. Custom functions are
+ such as <link linkend="language.function.if"><command>if</command></link>, <link linkend="language.function.section"><command>section</command></link> and
+ <link linkend="language.function.strip"><command>strip</command></link>. They cannot be modified. Custom functions are
additional functions implemented via plugins. They can be modified to
- your liking, or you can add new ones. <command>html_options</command> and
- <command>html_select_date</command> are examples of custom functions.
+ your liking, or you can add new ones. <link linkend="language.function.html.options"><command>html_options</command></link> and
+ <link linkend="language.function.html.select.date"><command>html_select_date</command></link> are examples of custom functions.
</para>
</sect1>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml:1.4 smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml:1.5
--- smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml:1.4 Sun Apr 18 13:23:26 2004
+++ smarty/docs/en/designers/language-builtin-functions/language-function-config-load.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<sect1 id="language.function.config.load">
<title>config_load</title>
<informaltable frame="all">
@@ -124,6 +124,11 @@
]]>
</programlisting>
</example>
+
+ <para>
+ See also <link linkend="config.files">Config Files</link> and
+ <link linkend="language.function.config.load">Config Load</link>.
+ </para>
</sect1>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml:1.4 smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml:1.5
--- smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml:1.4 Thu Sep 2 15:04:36 2004
+++ smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<sect1 id="language.function.ldelim">
<title>ldelim,rdelim</title>
<para>
@@ -28,6 +28,7 @@
]]>
</screen>
</example>
+ <para>See also <link linkend="language.escaping">Escaping Smarty Parsing</link> </para>
</sect1>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-literal.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-literal.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-literal.xml:1.3 smarty/docs/en/designers/language-builtin-functions/language-function-literal.xml:1.4
--- smarty/docs/en/designers/language-builtin-functions/language-function-literal.xml:1.3 Wed Aug 11 08:36:34 2004
+++ smarty/docs/en/designers/language-builtin-functions/language-function-literal.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<sect1 id="language.function.literal">
<title>literal</title>
<para>
@@ -35,6 +35,7 @@
]]>
</programlisting>
</example>
+ <para>See also <link linkend="language.escaping">Escaping Smarty Parsing</link> </para>
</sect1>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-capitalize.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-capitalize.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-capitalize.xml:1.2 smarty/docs/en/designers/language-modifiers/language-modifier-capitalize.xml:1.3
--- smarty/docs/en/designers/language-modifiers/language-modifier-capitalize.xml:1.2 Tue Aug 24 02:00:54 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-capitalize.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="language.modifier.capitalize">
<title>capitalize</title>
<informaltable frame="all">
@@ -67,6 +67,7 @@
]]>
</screen>
</example>
+ <para>See also <link linkend="language.modifier.lower">lower</link> <link linkend="language.modifier.upper">upper</link> </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-count-characters.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-count-characters.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-count-characters.xml:1.1 smarty/docs/en/designers/language-modifiers/language-modifier-count-characters.xml:1.2
--- smarty/docs/en/designers/language-modifiers/language-modifier-count-characters.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-count-characters.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.modifier.count.characters">
<title>count_characters</title>
<informaltable frame="all">
@@ -67,6 +67,11 @@
]]>
</screen>
</example>
+ <para>See also <link linkend="language.modifier.count.paragraphs">count_paragraphs</link>
+ <link linkend="language.modifier.count.sentences">count_sentences</link>
+ <link linkend="language.modifier.count.words">count_words</link>
+
+ </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-count-paragraphs.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-count-paragraphs.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-count-paragraphs.xml:1.1 smarty/docs/en/designers/language-modifiers/language-modifier-count-paragraphs.xml:1.2
--- smarty/docs/en/designers/language-modifiers/language-modifier-count-paragraphs.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-count-paragraphs.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.modifier.count.paragraphs">
<title>count_paragraphs</title>
<para>
@@ -38,6 +38,11 @@
]]>
</screen>
</example>
+ <para>See also <link linkend="language.modifier.count.characters">count_characters</link>
+ <link linkend="language.modifier.count.sentences">count_sentences</link>
+ <link linkend="language.modifier.count.words">count_words</link>
+
+ </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-count-sentences.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-count-sentences.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-count-sentences.xml:1.1 smarty/docs/en/designers/language-modifiers/language-modifier-count-sentences.xml:1.2
--- smarty/docs/en/designers/language-modifiers/language-modifier-count-sentences.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-count-sentences.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.modifier.count.sentences">
<title>count_sentences</title>
<para>
@@ -37,6 +37,11 @@
]]>
</screen>
</example>
+ <para>See also <link linkend="language.modifier.count.characters">count_characters</link>
+ <link linkend="language.modifier.count.paragraphs">count_paragraphs</link>
+ <link linkend="language.modifier.count.words">count_words</link>
+
+ </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-count-words.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-count-words.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-count-words.xml:1.1 smarty/docs/en/designers/language-modifiers/language-modifier-count-words.xml:1.2
--- smarty/docs/en/designers/language-modifiers/language-modifier-count-words.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-count-words.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.modifier.count.words">
<title>count_words</title>
<para>
@@ -37,6 +37,12 @@
]]>
</screen>
</example>
+ <para>See also <link linkend="language.modifier.count.characters">count_characters</link>
+ <link linkend="language.modifier.count.paragraphs">count_paragraphs</link>
+ <link linkend="language.modifier.count.sentences">count_sentences</link>
+
+ </para>
+
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-date-format.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-date-format.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-date-format.xml:1.1 smarty/docs/en/designers/language-modifiers/language-modifier-date-format.xml:1.2
--- smarty/docs/en/designers/language-modifiers/language-modifier-date-format.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-date-format.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.modifier.date.format">
<title>date_format</title>
<informaltable frame="all">
@@ -203,8 +203,9 @@
<note>
<title>Programmers note</title>
<para>
- date_format is essentially a wrapper to PHP's strftime()
- function. You may have more or less conversion specifiers available depending
+ date_format is essentially a wrapper to PHP's
+ <ulink url="&url.php-manual;strftime">strftime()</ulink> function.
+ You may have more or less conversion specifiers available depending
on your system's strftime() function where PHP was compiled. Check your
system's manpage for a full list of valid specifiers.
</para>
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-lower.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-lower.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-lower.xml:1.1 smarty/docs/en/designers/language-modifiers/language-modifier-lower.xml:1.2
--- smarty/docs/en/designers/language-modifiers/language-modifier-lower.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-lower.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.modifier.lower">
<title>lower</title>
<para>
@@ -37,7 +37,12 @@
]]>
</screen>
</example>
-</sect1>
+ <para>
+ See also <link linkend="language.modifier.upper">upper</link> and
+ <link linkend="language.modifier.capitalize">Capitalize</link>.
+ </para>
+ </sect1>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -57,4 +62,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-upper.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-upper.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-upper.xml:1.1 smarty/docs/en/designers/language-modifiers/language-modifier-upper.xml:1.2
--- smarty/docs/en/designers/language-modifiers/language-modifier-upper.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-upper.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.modifier.upper">
<title>upper</title>
<para>
@@ -37,7 +37,12 @@
]]>
</screen>
</example>
-</sect1>
+ <para>
+ See also <link linkend="language.modifier.lower">lower</link> and
+ <link linkend="language.modifier.capitalize">capitalize</link>.
+ </para>
+ </sect1>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -57,4 +62,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-variables/language-variables-smarty.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/designers/language-variables/language-variables-smarty.xml
diff -u smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.4 smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.5
--- smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.4 Sat Nov 20 21:04:01 2004
+++ smarty/docs/en/designers/language-variables/language-variables-smarty.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<sect1 id="language.variables.smarty">
<title>{$smarty} reserved variable</title>
<para>
@@ -86,7 +86,7 @@
<sect2 id="language.variables.smarty.capture">
<title>{$smarty.capture}</title>
<para>
- The output captured via {capture}..{/capture} construct can be
+ The output captured via <link linkend="language.function.capture">{capture}..{/capture}</link> construct can be
accessed using {$smarty} variable. See section on
<link linkend="language.function.capture">capture</link> for an example.
</para>
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-display.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/programmers/api-functions/api-display.xml
diff -u smarty/docs/en/programmers/api-functions/api-display.xml:1.3 smarty/docs/en/programmers/api-functions/api-display.xml:1.4
--- smarty/docs/en/programmers/api-functions/api-display.xml:1.3 Tue Apr 20 07:37:05 2004
+++ smarty/docs/en/programmers/api-functions/api-display.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="api.display">
<refnamediv>
<refname>display</refname>
@@ -78,8 +78,13 @@
]]>
</programlisting>
</example>
+ <para>
+ See also <link linkend="api.fetch">fetch()</link> and
+ <link linkend="api.template.exists">template_exists</link>.
+ </para>
</refsect1>
</refentry>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-fetch.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/programmers/api-functions/api-fetch.xml
diff -u smarty/docs/en/programmers/api-functions/api-fetch.xml:1.3 smarty/docs/en/programmers/api-functions/api-fetch.xml:1.4
--- smarty/docs/en/programmers/api-functions/api-fetch.xml:1.3 Tue Apr 20 07:37:05 2004
+++ smarty/docs/en/programmers/api-functions/api-fetch.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="api.fetch">
<refnamediv>
<refname>fetch</refname>
@@ -61,8 +61,13 @@
</programlisting>
</example>
</para>
+ <para>
+ See also <link linkend="api.display">display()</link> and
+ <link linkend="api.template.exists">template_exists</link>.
+ </para>
</refsect1>
</refentry>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-register-object.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/programmers/api-functions/api-register-object.xml
diff -u smarty/docs/en/programmers/api-functions/api-register-object.xml:1.4 smarty/docs/en/programmers/api-functions/api-register-object.xml:1.5
--- smarty/docs/en/programmers/api-functions/api-register-object.xml:1.4 Tue Jun 15 21:23:13 2004
+++ smarty/docs/en/programmers/api-functions/api-register-object.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="api.register.object">
<refnamediv>
<refname>register_object</refname>
@@ -20,8 +20,12 @@
<link linkend="advanced.features.objects">object section</link>
of the manual for examples.
</para>
+ <para>
+ See Also <link linkend="api.unregister.object">unregister_object</link>.
+ </para>
</refsect1>
</refentry>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-unregister-object.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/en/programmers/api-functions/api-unregister-object.xml
diff -u smarty/docs/en/programmers/api-functions/api-unregister-object.xml:1.2 smarty/docs/en/programmers/api-functions/api-unregister-object.xml:1.3
--- smarty/docs/en/programmers/api-functions/api-unregister-object.xml:1.2 Sun Apr 18 15:22:55 2004
+++ smarty/docs/en/programmers/api-functions/api-unregister-object.xml Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="api.unregister.object">
<refnamediv>
<refname>unregister_object</refname>
@@ -14,6 +14,7 @@
<para>
Use this to unregister an object.
</para>
+ <para>See also <link linkend="api.register.object">register_object</link> <link linkend="advanced.features.objects">object section</link></para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-variables/variable-error-reporting.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/programmers/api-variables/variable-error-reporting.xml
diff -u smarty/docs/en/programmers/api-variables/variable-error-reporting.xml:1.1 smarty/docs/en/programmers/api-variables/variable-error-reporting.xml:1.2
--- smarty/docs/en/programmers/api-variables/variable-error-reporting.xml:1.1 Tue Apr 13 07:39:14 2004
+++ smarty/docs/en/programmers/api-variables/variable-error-reporting.xml Sun May 8 15:47:01 2005
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <sect1 id="variable.error.reporting">
- <title>$error_reporting</title>
- <para>
- When this value is set to a non-null-value it's value is
- used as php's error_reporting-level inside of display() and
- fetch(). When debugging is enabled this value is ignored
- and the error-level is left untouched.
- </para>
+<!-- $Revision: 1.2 $ -->
+<sect1 id="variable.error.reporting">
+ <title>$error_reporting</title>
+ <para>
+ When this value is set to a non-null-value it's value is used as php's
+ error_reporting-level inside of <link linkend="api.display">display()</link>
+ and <link linkend="api.fetch">fetch()</link>. When <link
+ linkend="chapter.debugging.console">debugging</link> is enabled this value
+ is ignored and the error-level is left untouched.
+ </para>
</sect1>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -28,4 +30,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-variables/variable-left-delimiter.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/programmers/api-variables/variable-left-delimiter.xml
diff -u smarty/docs/en/programmers/api-variables/variable-left-delimiter.xml:1.1 smarty/docs/en/programmers/api-variables/variable-left-delimiter.xml:1.2
--- smarty/docs/en/programmers/api-variables/variable-left-delimiter.xml:1.1 Tue Apr 13 07:39:14 2004
+++ smarty/docs/en/programmers/api-variables/variable-left-delimiter.xml Sun May 8 15:47:01 2005
@@ -1,12 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <sect1 id="variable.left.delimiter">
- <title>$left_delimiter</title>
- <para>
- This is the left delimiter used by the template language.
- Default is "{".
- </para>
+<!-- $Revision: 1.2 $ -->
+<sect1 id="variable.left.delimiter">
+ <title>$left_delimiter</title>
+ <para>
+ This is the left delimiter used by the template language.
+ Default is "{".
+ </para>
+ <para>
+ See also <link linkend="variable.right.delimiter">$right_delimiter</link>.
+ </para>
</sect1>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -26,4 +30,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-variables/variable-right-delimiter.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/programmers/api-variables/variable-right-delimiter.xml
diff -u smarty/docs/en/programmers/api-variables/variable-right-delimiter.xml:1.1 smarty/docs/en/programmers/api-variables/variable-right-delimiter.xml:1.2
--- smarty/docs/en/programmers/api-variables/variable-right-delimiter.xml:1.1 Tue Apr 13 07:39:15 2004
+++ smarty/docs/en/programmers/api-variables/variable-right-delimiter.xml Sun May 8 15:47:01 2005
@@ -1,12 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <sect1 id="variable.right.delimiter">
- <title>$right_delimiter</title>
- <para>
- This is the right delimiter used by the template language.
- Default is "}".
- </para>
+<!-- $Revision: 1.2 $ -->
+<sect1 id="variable.right.delimiter">
+ <title>$right_delimiter</title>
+ <para>
+ This is the right delimiter used by the template language.
+ Default is "}".
+ </para>
+ <para>
+ See also <link linkend="variable.left.delimiter">$left_delimiter</link>.
+ </para>
</sect1>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -26,4 +30,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
http://cvs.php.net/diff.php/smarty/docs/entities/global.ent?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/entities/global.ent
diff -u smarty/docs/entities/global.ent:1.3 smarty/docs/entities/global.ent:1.4
--- smarty/docs/entities/global.ent:1.3 Tue Jan 25 15:26:23 2005
+++ smarty/docs/entities/global.ent Sun May 8 15:47:01 2005
@@ -1,5 +1,5 @@
<!--
- $Id: global.ent,v 1.3 2005/01/25 20:26:23 nlopess Exp $
+ $Id: global.ent,v 1.4 2005/05/08 19:47:01 messju Exp $
Contains global "macros" for all the XML documents.
-->
@@ -10,6 +10,9 @@
<!ENTITY url.php-accelerator 'http://www.php-accelerator.co.uk'>
<!ENTITY url.zend 'http://www.zend.com/'>
+<!-- to use like <ulink url="&url.php-manual;some_function"> -->
+<!ENTITY url.php-manual 'http://php.net/'>
+
<!-- The three special language constants -->
<!ENTITY true '<constant>TRUE</constant>'>
<!ENTITY false '<constant>FALSE</constant>'>