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

