Re: [PHP] Re: Database Abstraction Class

2009-03-08 Thread Paul M Foster
On Sun, Mar 08, 2009 at 08:25:25PM -0500, Shawn McKenzie wrote: > Micah Gersten wrote: > > > > Try Doctrine: > > http://www.doctrine-project.org/ > > > > From the website: > > What is Doctrine? > > Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits > > on top of a powerful d

Re: [PHP] Re: Database Abstraction Class

2009-03-08 Thread Chris
Wow, a proprietary language that I get to learn on top of the two that do the job and that I already know! Bonus! Not trying to be an ass, I haven't used doctrine, but they need some marketing help. My point is that the ability to write queries in a "proprietary dialect" is not really a "feat

[PHP] Re: Database Abstraction Class

2009-03-08 Thread Micah Gersten
Shawn McKenzie wrote: > Micah Gersten wrote: >> Michael A. Peters wrote: >> >>> Anywhoo, that being said, does anyone have a suggestion for a good >>> database abstraction class? >>> >>> Preferably one that already has decent support for several open source >>> databases? >> Try Doctrine: >> http:/

[PHP] Re: Database Abstraction Class

2009-03-08 Thread Shawn McKenzie
Micah Gersten wrote: > Michael A. Peters wrote: > >> Anywhoo, that being said, does anyone have a suggestion for a good >> database abstraction class? >> >> Preferably one that already has decent support for several open source >> databases? > > Try Doctrine: > http://www.doctrine-project.org/ >

[PHP] Re: Database Abstraction Class

2009-03-08 Thread Micah Gersten
Michael A. Peters wrote: > Anywhoo, that being said, does anyone have a suggestion for a good > database abstraction class? > > Preferably one that already has decent support for several open source > databases? Try Doctrine: http://www.doctrine-project.org/ >From the website: What is Doctrine?