sander          Mon Apr  1 13:24:26 2002 EDT

  Modified files:              
    /phpdoc/en/language oop.xml 
  Log:
  Added link from language.oop to ref.classobj.
  
  
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.32 phpdoc/en/language/oop.xml:1.33
--- phpdoc/en/language/oop.xml:1.32     Wed Dec 12 15:47:39 2001
+++ phpdoc/en/language/oop.xml  Mon Apr  1 13:24:26 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.32 $ -->
+<!-- $Revision: 1.33 $ -->
  <chapter id="language.oop">
   <title>Classes and Objects</title>
 
@@ -190,6 +190,14 @@
     array' or 'add $num to the $artnr counter of the items array
     within the current object'.
    </para>
+
+   <note>
+    <para>
+    There are some nice functions to handle classes and objects. You might want
+    to take a look at the <link linkend="ref.classobj">Class/Object
+    Functions</link>
+    </para>
+   </note>
   </sect1>
   
   <sect1 id="keyword.extends">


Reply via email to