[PHP] Class calling Class returning 'object'

2006-02-27 Thread Jason Gerfen
I am in need of some assistance working with classes. I have a function (X) which calls a class (A), that class calls another class (B) and returns the results. At this point I think I am doing everything correctly within' class A because if I echo the results of Class A calling Class B the

Re: [PHP] Class calling Class returning 'object'

2006-02-27 Thread Chris
Jason Gerfen wrote: I am in need of some assistance working with classes. I have a function (X) which calls a class (A), that class calls another class (B) and returns the results. At this point I think I am doing everything correctly within' class A because if I echo the results of Class A