Well what it depends on is what server side scripting language are you
using?
If it is PHP (As AMFPHP or WebOrb are designed for), you would have to
use one of those. Which is a preference, And I personally use AMFPHP.
The stuff that is "built in" is for CF, etc.
d
On 5-Jul-08, at 4:40 PM, Alan wrote:
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