I am no PHP expert and to not intend to be one, but while I was searching how to integrate Flex with different backends, i came across some tutorials that i believe would help others:
I am no PHP expert and to not intend to be one, but while I was searching how to integrate Flex with different backends, i came across some tutorials that i believe would help others:
9 July, 2008 at 8:27 pm |
The documentation can be a little overwhelming, but I highly recommend AMFPHP. Since AMF is binary it can reduce your overhead – http://www.amfphp.org/
10 July, 2008 at 2:43 am |
i second the call to check AMFPHP. i had zero PHP knowledge, and little interesting in gaining any, but was able to get AMFPHP installed and working (includes sending and receiving flex Value Objects) within 15 minutes…
go!