Re: [PHP] Help with OOPHP

2007-10-31 Thread Simon Welsh
On 1/11/2007, at 5:48, Andrew Peterson wrote: I'm hoping you guys can help me out. I'm not sure if you can do this, but i'm trying to create a class that is build of another class. I also want to be able to do functions on the class1 from within class2. example: class fruitBasket{

[PHP] Help with OOPHP

2007-10-31 Thread Andrew Peterson
I'm hoping you guys can help me out. I'm not sure if you can do this, but i'm trying to create a class that is build of another class. I also want to be able to do functions on the class1 from within class2. example: class fruitBasket{ private $fuit = array(); //this is a class