News Feed
Jobs Feed
Sections




News Archive
Evan Coury's Blog:
Sharing a database connection across modules in Zend Framework 2
April 27, 2012 @ 09:54:56

Evan Coury has a new post to his site about a handy method for sharing database connections across modules in a Zend Framework application.

With the new modular infrastructure in Zend Framework 2, one of the most common questions will indoubitably be how to share a database connection across modules. Here's a quick explanation of how to share your database connection across multiple modules in a way that can even allow you to use a single connection between ZendDb, Doctrine2, and possibly even other database libraries / ORMs.

He includes the code in the post to configure this application-wide database resource, a "masterdb_pdo" that uses a MySQL backend. This configuration is used to set up the connection in a dependency injection container for later (globalish) use. He also mentions something similar about sharing Doctrine connections with the ZendDb components (using the same DI container approach).

0 comments voice your opinion now!
share database connection module application zenddb zenddi doctrine2


blog comments powered by Disqus

Similar Posts

DevShed: Application Framework Components: Login/Logout

Lukas Smith's Blog: Next MDB2 releases are around the corner

NetTuts.com: Let’s TDD a Simple App in PHP

Ibuildings techPortal: Using MongoDb in PHP Applications

SitePoint Web Tech Blog: OSCON 2006: Gettting Rich with PHP5


Community Events











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


unittest testing language example conference functional application interview framework release community opinion development introduction code series podcast phpunit tool zendframework2

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