[flexcoders] AMFPHP pass objects???

2007-03-03 Thread Kevin
I am trying to pass an object type from Flex (Cairngorm) to PHP5 through AMFPHP 1.9 and I can't seem to get it to work. It seems that PHP only recognizes the object as an array and ignores any private variables in the object. Can anyone think of a reason that this would be happening?

Re: [flexcoders] AMFPHP pass objects???

2007-03-03 Thread Kevin
in case you are having the same problem: I solved some of my own problem... One needs to set this var correctly in advancedsettings.php (amfphp dir) to have incoming PHP mapping work: //One may choose to put mapped classes (incoming) outside of the services folder also