Thanks, I've been tinkering around with AMFPHP all yesterday some
today. I've checking out WebORB since this afternon.
So far I prefer WebORB. Mostly cause I'm new and the documentation is
insanely better. Plus the service browser for WebORB is tremendously
better, I can manger my MySQL database, generate code....and this is
stuff I just got into in the last hour.
Alan
On Jul 6, 2008, at 9:38 PM, dnk wrote:
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