I was told to use AMFPHP for this stuff. But Flex has it;s own remoting gateway. What do I 'get' out of using AMFPHP?
In the past I used the HTTP service to call an XML file, or used the Flex PHP application generator. I just want to call a function in PHP, that runs a query and returns an ArrayCollection. ArrayCollections don't exist in PHP right? There's this class mapping business I;ve been reading about, but that jsut seems like a headache. Anyone have advice about what I should look into? Alan

