you can have additional methods on an object you are mapping, the methods don't get serialized, only the public properties.
On Tue, Nov 11, 2008 at 8:47 AM, Amy <[EMAIL PROTECTED]> wrote: > --- In [email protected] <flexcoders%40yahoogroups.com>, "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? > > Just for the record, this is now working, with the additional methods > in place. I rechecked the alias and changed it to not extend > EventDispatcher, and one or both of these worked. > > So, yes, you can have additional methods on typed objects that need > to originate with a RemoteObject. The jury is still out on > EventDispatcher. > > Thanks to all who contributed to my understanding of what was going > on here!!! > > >

