As long as we're on that subject... I've added a new setting to amfphp, which is:
$gateway->setAmf3RecordSetFormat("Array"); Which can also be set to ArrayCollection. I have yet to implement it, but does this sound like something useful to you? Patrick lostinrecursion a écrit : > > It's interesting how AMF does not provide the same "wrapper" > functionality as HTTP and WEB services. Reason being, when using the > standard CFC to AS Class mapping features of Flex 2, you could > certainly benefit from such an automated conversion. For example, when > passing data to Coldfusion as an ArrayCollection and getting it back > as an Array. > > Nice find. I was having a similar issue. > >