Re: [nyphp-talk] PHP and Flex

2009-02-19 Thread Daniel Max Kestin
Note: pick only ONE, > > depending on which version of Apache is in play. Note: remove line > > wrap. > > > > In Apache 1.3: > > > > ErrorDocument 500 "var response = {"code":500,"message":"Apache > >

Re: [nyphp-talk] PHP and Flex

2009-02-18 Thread Artur Marnik
ve #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 -- Message: 7 Date: Wed, 18 Feb 2009 01:56:55 -0500 From: Artur Marnik mailto:ar...@marnik.net>> Subject: Re: [nyphp-talk] PHP and Flex To: NYPHP Talk mailto:talk@lists.nyphp.org>

Re: [nyphp-talk] PHP and Flex

2009-02-18 Thread Daniel Max Kestin
"var response = {\"code\":500,\"message\":\"Apache > server error\"};" > > --Dan > > -- > T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y >data intensive web and database programming >

Re: [nyphp-talk] PHP and Flex

2009-02-18 Thread Artur Marnik
Thanks a lot I need to transfer a lot of binary data and in addition I need it to be as much dynamic as possible so I will try to use zend_amf then but without MVC structure - I think it is too much for small one-man project Artur John Campbell wrote: On Tue, Feb 17, 2009 at 5:21 PM, Artu

Re: [nyphp-talk] PHP and Flex

2009-02-17 Thread Artur Marnik
y.com www.nylontechnology.com -Original Message- From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On Behalf Of Artur Marnik Sent: Tuesday, February 17, 2009 5:22 PM To: NYPHP Talk Subject: [nyphp-talk] PHP and Flex Hi all Recently I've started creating some project using PHP o

Re: [nyphp-talk] PHP and Flex

2009-02-17 Thread John Campbell
On Tue, Feb 17, 2009 at 5:21 PM, Artur Marnik wrote: > Hi all > > > From what I read I can use just zend_amf without the framework - does anyone > has any experience with it? > I have experience with amfphp, and it works as promised (no experience with Zend_AMF). However, if I could do it over

Re: [nyphp-talk] PHP and Flex

2009-02-17 Thread Ricky Robinett
-boun...@lists.nyphp.org] On Behalf Of Artur Marnik Sent: Tuesday, February 17, 2009 5:22 PM To: NYPHP Talk Subject: [nyphp-talk] PHP and Flex Hi all Recently I've started creating some project using PHP on the back-end and Flex on the front-end and so far I was using XML files for data transfer

Re: [nyphp-talk] PHP and Flex

2009-02-17 Thread Ben Sgro
Hi, At my company we use Zend (no AMF though) with flex front ends. We talk to Flex via XML. It works great. What Zend lacked was a truly RESTful router, so we extended Zend and created one. Zend is nice because it doesn't force you to solve problems in a particular way - it gives you the to

[nyphp-talk] PHP and Flex

2009-02-17 Thread Artur Marnik
Hi all Recently I've started creating some project using PHP on the back-end and Flex on the front-end and so far I was using XML files for data transfer Recently I started testing with zend framework and zend_amf do you think that for project that is using just flex on the user side I should