Re: [nyphp-talk] Trying to decide between MDB2 and PHP PDO

2009-06-26 Thread John Campbell
On Fri, Jun 26, 2009 at 1:33 AM, Konstantin Rozinov wrote: > On Thu, Jun 25, 2009 at 6:04 PM, John Campbell wrote: >> On Thu, Jun 25, 2009 at 5:44 PM, Eddie Drapkin wrote: >>> Wait, are you advocating //against// prepared statements? >> >> Not at all, but when using mysql, you should emulate them.

Re: [nyphp-talk] Trying to decide between MDB2 and PHP PDO

2009-06-26 Thread Guilherme Blanco
Hi, have you already considered an ORM tool to deal with it for you? Your situation seems to reflect the exact need for it. Here is the list of some: Doctrine Propel Outlet dORM Lumine Personally I use Doctrine. It's the most complete of all. That's why in 2007 I onboarded the project! :-)

Re: [nyphp-talk] Trying to decide between MDB2 and PHP PDO

2009-06-26 Thread Rolan Yang
Hans Zaunere wrote: Hi, I work with Kevin. Our application needs to run on both mySQL and Oracle so we are looking for portability. We currently are using PEAR DB and we are looking into moving to MDB2 or PDO so we thought it would be a good idea to If you actually do