[PHP] objects in an array

2002-07-13 Thread Alexander Ross

I have an array filled with objects.  Each object has a method called
display.

I have

$var = $arr[0];
$var-display();

but I keep getting an error.  What am I doing wrong?
(I do a print_r of the array immediately before this code and there is an
object at array[0])


Thanks
Alex



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] objects in an array

2002-07-13 Thread Alberto Serra

ðÒÉ×ÅÔ!

Alexander Ross wrote:
 I have an array filled with objects.  Each object has a method called
 display.
 
 I have
 
 $var = $arr[0];
 $var-display();
 
 but I keep getting an error.  What am I doing wrong?
 (I do a print_r of the array immediately before this code and there is an
 object at array[0])

What classes? Which error? Can't say anything with the scarce info you 
gave in.

ÐÏËÁ
áÌØÂÅÒÔÏ
ëÉÅ×

-_=}{=_-@-_=}{=_--_=}{=_-@-_=}{=_--_=}{=_-@-_=}{=_--_=}{=_-

LoRd, CaN yOu HeAr Me, LiKe I'm HeArInG yOu?
lOrD i'M sHiNiNg...
YoU kNoW I AlMoSt LoSt My MiNd, BuT nOw I'm HoMe AnD fReE
tHe TeSt, YeS iT iS
ThE tEsT, yEs It Is
tHe TeSt, YeS iT iS
ThE tEsT, yEs It Is...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php