Does Charles (Or another HTTP Proxy) show typed objects being returned? Also, I don't know if there is a rule against extending other classes - I just have never tried it. These are meant to be value objects - ie. just values being passed around. Extending another class creates a completely new type of object that probably doesn't match what's being returned.
--- In [email protected], "Amy" <[EMAIL PROTECTED]> wrote: > > Hi, all; > > I have some VO's that I've created to work with AMFPHP. When I call > the service, I'm getting an array of untyped objects. Another > developer on the project believes that the reason for the problem is > that the objects extend EventDispatcher and because they have > additional methods on them to work with the data. > > Is there a rule against either of these things with AMFPHP? > > Thanks; > > Amy >

