RE: [flexcoders] Re: Need Suggestions for database application.

2009-04-17 Thread Tim Rowe
Subject: [flexcoders] Re: Need Suggestions for database application. Thanks JC for ur response, PHP is good for server-side and there are frameworks that will help you encapsulate database layer so you can easily switch from one db engine to another e.g. MySQL to PGSQL,etc. May I request

Re: [flexcoders] Re: Need Suggestions for database application.

2009-04-17 Thread Deane Venske
I actually use PDT: http://www.eclipse.org/pdt/ Now the great thing about this is that I use it as my base and use Flex Builder Eclipse plugin. So you're doing PHP and Flex in 1 place. I'm not sure how you want to communicate with the PHP. Personally I like using URLLoader. There are many