In this new post to his blog, Gonzalo Ayuso compares two technologies that can make working with databases in your applications simpler - PDO and the Doctrine2 DBAL layer.
database abstraction layerGonzalo Ayuso's Blog: Database Abstraction Layers in PHP. PDO ve...PHPDeveloper.org Tue, 07/12/2011 - 09:14
In this new post to his blog, Gonzalo Ayuso compares two technologies that can make working with databases in your applications simpler - PDO and the Doctrine2 DBAL layer. What if PECL/mysqlnd_ms does not implement failover? - Internet ...Planet PHP Thu, 02/24/2011 - 16:03
Implicit and automatic connection failover done by the driver is broken by design, correct? Should PECL/mysqlnd_ms implement automatic failover? Rob Allen's Blog: SqlSrv v2 and long field namesPHPDeveloper.org Mon, 10/25/2010 - 12:03
In this latest post to his blog Rob Allen takes a look at a problem he had when installing a project that used SQL Server as its data source - it just didn't work. Symfony Blog: Using Propel 1.4 detailed loggingPHPDeveloper.org Thu, 11/12/2009 - 07:50
On the Symfony blog today there's a new post by Fabian Lange about using the detailed logging ability of the newly released version of Propel (the database abstraction layer). Jeremy Zawodny's Blog: Database Abstraction Layers Must Die!PHPDeveloper.org Fri, 07/10/2009 - 11:03
Jeremy Zawodny has shared his opinion on database abstraction layers in PHP applications - they need to die. |