News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso:
Handling several DBALs in Symfony2 through the Dependency Injection with PHP
January 16, 2013 @ 10:47:32

Gonzalo Ayuso has a second post in his series looking at using the Symfony2 dependency injection container with Doctrine functionality. In his previous post he talked about sharing PDO connections via the DIC. In this latest one it's focused on the sharing of DBALs from Doctrine.

OK. We can handle PDOs connections inside a Symfony2 application, but what happens if we prefer DBAL. As we know DBAL is built over PDO and adds a set of "extra" features to our database connection. It's something like PDO with steroids.

He includes the (PHP) configuration to set up the DBAL and the YAML definition to set it up in the DIC's configuration. As an update to the post, he also points out a bundle for Symfony2 that lets Doctrine do this natively - check out this documentation on github.

0 comments voice your opinion now!
dependency injection dic symfony2 doctrine dbal tutorial


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: Object Oriented PHP Tutorial Released

Luis Atencio's Blog: Dependency Injection in PHP

Bruno Goncalves' Blog: Writting your first WordPress plugin

Lukas Smith's Blog: Symfony2 stuff

Tony Lukasavage's Blog: PHP Debugging on IntelliJ IDEA 10 with Xdebug


Community Events









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


opinion podcast testing code interview community unittest development example framework object zendframework2 api database phpunit composer introduction release tool language

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