Added link from language.oop to ref.classobj.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76228 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-04-01 18:24:26 +00:00
parent c99cdac0dd
commit b816ee5d0b

View file

@ -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 @@ $cart->$myvar = array("10" => 1);
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">