From b816ee5d0b8446e774dec93f93e412e68c0c0597 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Mon, 1 Apr 2002 18:24:26 +0000 Subject: [PATCH] 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 --- language/oop.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/language/oop.xml b/language/oop.xml index 8a33680756..b91407f609 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects @@ -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'. + + + + There are some nice functions to handle classes and objects. You might want + to take a look at the Class/Object + Functions + +