Re: [PHP] OO in PHP5.0 - Referencing Object or not?!

2004-08-22 Thread Curt Zirzow
* Thus wrote Raffael Wannenmacher: > hello together > > look at the following code ... > > why is this .. > > -- code start >if ( is_object($this->getManagerObject()->getDataFieldManager()) ) >{ >for ( $j = 0; $j < > $this->getManagerObject()->getDataFieldManager()->

[PHP] OO in PHP5.0 - Referencing Object or not?!

2004-08-22 Thread Raffael Wannenmacher
hello together look at the following code ... why is this .. -- code start if ( is_object($this->getManagerObject()->getDataFieldManager()) ) { for ( $j = 0; $j < $this->getManagerObject()->getDataFieldManager()->getCount(); $j++ ) { if ( $this->