News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
An introduction to ZendDi
February 29, 2012 @ 09:16:20

Rob Allen, Zend Framework guru extraordinaire, has posted an introduction to the Dependency Injection container that's a part of Zend Framework 2 - ZendDi.

Zend Framework 2 provides its own dependency injection container, ZendDi which is a key underpinning of the entire framework and especially the MVC system. I have covered before, my thoughts on the reasons for using dependency injection, so this article looks at the fundamentals of using ZendDi.

He includes some sample code showing a current setup involving constructor injection and how it can be refactored to use the new DI container. With the new version, the resource is assigned to the container and that is referenced when a new object type needs to be created. He also briefly touches on setter injections, noting that he prefers them more for optional dependencies and shows how to enable their use in the container as well.

0 comments voice your opinion now!
zendframework2 dependency injection zenddi container tutorial


blog comments powered by Disqus

Similar Posts

HowToForge.com: LAMP Installation On Ubuntu 6.06 For Linux Noobs

YouTube.com: Installing Zend Server on Linux in 4 minutes and 37 seconds

PHPit.net: Image manipulation with PHP & the GD library (Part 1)

Andrea Giammarchi's Blog: PHP Serialization And Recursion Demystified

PHPBuilder.com: BitMasks: Emulate Unix Permissions in PHP (Quickly)


Community Events











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


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

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