News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Zend Framework Hidden Gems Zend_Db
December 18, 2006 @ 10:04:00

Aaron Wormus and the Zend Developer Zone have posted the latest edition of their "Hidden Gems" series looking at the lesser-known features of the Zend Framework. This time, it's a look at Zend_Db (database abstraction).

Zend_Db is a layer which sits above the native PDO database extension. Before PDO (pre-PHP5.1) all we had to connect to databases were libraries that were developed in individual cycles and development teams, with little regard to what other database extensions were doing.

Taking this speed benefit of using PDO to do a majority of the work, PDO wrapper libraries like Zend_Db can supplement PDO with their own wrapper code leaving you with a fairly lightweight yet feature-rich database abstraction layer.

Aaron looks at connecting to a database (using both the PDO and DSN connections) and some example code showing how to work with the database using them - including queries and using transactions.

0 comments voice your opinion now!
hidden gem zend framework zenddb database abstraction hidden gem zend framework zenddb database abstraction


blog comments powered by Disqus

Similar Posts

Lee Blue's Blog: What's The Best PHP Framework?

Zend Developer Zone: Zend Framework 1.0.1 Releases

php|architect: Zen(d) and the Art of Email

IBM developerWorks: Understanding the Zend Framework,Part 4: When there is no feed, Zend_HTTP_Client

Lukas Smith\'s Blog: Zend chooses to ignore the questions


Community Events











Don't see your event here?
Let us know!


conference community phpunit opinion podcast rest functional language database series interview symfony symfony2 release introduction usergroup development framework testing zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework