Re: [PHP] Passing objects into methods or functions

2003-06-23 Thread Lars Torben Wilson
On Sun, 2003-06-22 at 23:20, Gerard Samuel wrote: > Im trying to pass an object into functions and class methods, and for some > reason, Im unable to access the object's methods. > When I var_dump() the object, its a valid object with the function or > class method. > When I check via get_class_me

[PHP] Passing objects into methods or functions

2003-06-22 Thread Gerard Samuel
Im trying to pass an object into functions and class methods, and for some reason, Im unable to access the object's methods. When I var_dump() the object, its a valid object with the function or class method. When I check via get_class_methods, all the methods are there, from within the function