News Feed
Jobs Feed
Sections




News Archive
Ibuildings Blog:
Dependency Injection and Zend Framework Controllers
July 28, 2008 @ 08:47:40

Ian Barber has written up a look at dependency injection as a part of the Zend Framework's controller functionality for the Ibuildings blog.

Among the standard object oriented principles is favouring composition over inheritance, and there are plenty of design patterns that work along this line. However, one of the most useful day-to-day facets of the idea doesn't seem to get a lot of attention from PHP developers, namely dependency injection.

The general idea is, that if your class depends on some other object, that object should be passed in rather than generated internally or retrieved via a global variable or singleton.

He shares few ideas on how you can use this method in the controller of a Zend Framework including the use of the Zend Registry and an Action Helper. Code snips are provided for reach to show you how it'd be done.

0 comments voice your opinion now!
dependency injection zendframework application controller


blog comments powered by Disqus

Similar Posts

PHPImpact Blog: Dependency Injection in Zend Framework

Benjamin Eberlei's Blog: Benchmark and Optimize Zend Framework Performance

Padraic Brady's Blog: Zend_Feed_Writer and Zend_PubSubHubbub In Proposal Queue

SitePoint PHP Blog: Introducing Bucket: A Minimal Dependency Injection Container for PHP

Stefan Mischook's Blog: What Makes a PHP Web Application?


Community Events











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


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

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