nlopess Fri Aug 11 16:40:18 2006 UTC
Modified files: /phpdoc/en/language constants.xml functions.xml oop5.xml variables.xml Log: add some links to the userland naming appendix http://cvs.php.net/viewvc.cgi/phpdoc/en/language/constants.xml?r1=1.45&r2=1.46&diff_format=u Index: phpdoc/en/language/constants.xml diff -u phpdoc/en/language/constants.xml:1.45 phpdoc/en/language/constants.xml:1.46 --- phpdoc/en/language/constants.xml:1.45 Thu Jun 15 11:11:31 2006 +++ phpdoc/en/language/constants.xml Fri Aug 11 16:40:18 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.45 $ --> +<!-- $Revision: 1.46 $ --> <chapter id="language.constants"> <title>Constants</title> @@ -18,6 +18,11 @@ expression, it would be expressed thusly: <literal>[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*</literal> </para> + <tip> + <para> + You may also want to take a look at the <xref linkend="userlandnaming" />. + </para> + </tip> <para> <example> <title>Valid and invalid constant names</title> http://cvs.php.net/viewvc.cgi/phpdoc/en/language/functions.xml?r1=1.60&r2=1.61&diff_format=u Index: phpdoc/en/language/functions.xml diff -u phpdoc/en/language/functions.xml:1.60 phpdoc/en/language/functions.xml:1.61 --- phpdoc/en/language/functions.xml:1.60 Tue Nov 29 13:23:20 2005 +++ phpdoc/en/language/functions.xml Fri Aug 11 16:40:18 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.60 $ --> +<!-- $Revision: 1.61 $ --> <chapter id="language.functions"> <title>Functions</title> @@ -38,6 +38,11 @@ expression, it would be expressed thus: <literal>[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*</literal>. </para> + <tip> + <para> + You may also want to take a look at the <xref linkend="userlandnaming" />. + </para> + </tip> <simpara> In PHP 3, functions must be defined before they are referenced. No such requirement exists since PHP 4. <emphasis>Except</emphasis> when http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5.xml?r1=1.10&r2=1.11&diff_format=u Index: phpdoc/en/language/oop5.xml diff -u phpdoc/en/language/oop5.xml:1.10 phpdoc/en/language/oop5.xml:1.11 --- phpdoc/en/language/oop5.xml:1.10 Wed Dec 29 12:46:06 2004 +++ phpdoc/en/language/oop5.xml Fri Aug 11 16:40:18 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <chapter id="language.oop5"> <title>Classes and Objects (PHP 5)</title> @@ -9,6 +9,11 @@ In PHP 5 there is a new Object Model. PHP's handling of objects has been completely rewritten, allowing for better performance and more features. </para> + <tip> + <para> + You may also want to take a look at the <xref linkend="userlandnaming" />. + </para> + </tip> </sect1> &language.oop5.basic; http://cvs.php.net/viewvc.cgi/phpdoc/en/language/variables.xml?r1=1.90&r2=1.91&diff_format=u Index: phpdoc/en/language/variables.xml diff -u phpdoc/en/language/variables.xml:1.90 phpdoc/en/language/variables.xml:1.91 --- phpdoc/en/language/variables.xml:1.90 Tue Nov 1 14:47:10 2005 +++ phpdoc/en/language/variables.xml Fri Aug 11 16:40:18 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.90 $ --> +<!-- $Revision: 1.91 $ --> <chapter id="language.variables"> <title>Variables</title> @@ -26,6 +26,12 @@ </simpara> </note> + <tip> + <para> + You may also want to take a look at the <xref linkend="userlandnaming" />. + </para> + </tip> + <para> For information on variable related functions, see the <link linkend="ref.var">Variable Functions Reference</link>.