Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Kevin Schroeder's Blog:
ZendCon 2010 Podcast - Dependency Injection
Jan 06, 2011 @ 14:12:00

Kevin Schroeder has posted a podcast from last year's Zend/PHP Conference (2010) - Fabien Potencier's session covering dependency injection.

This session introduced one of the less-known design patterns in the PHP world, but also one that can greatly improve the decoupling and the testability of your code: Dependency Injection. I will demonstrate how to use Dependency Injection in your projects, and I will take advantage of the PHP 5.3 new features to create a fully-featured DI container live.

Included in the post are links to the slides for the talk as well as the link to download the mp3 directly.

tagged: podcast zendcon10 fabienpotencier zendconsessions

Link:


Trending Topics: