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

Padraic Brady's Blog: The PHPSpec Zend Framework App Testing Manifesto: Preamble

Ibuildings Blog: Dependency Injection and Zend Framework Controllers

PHPImpact Blog: Dependency Injection in Zend Framework

Ed Finkler's Blog: So what is the state of secure development in PHP?

Alexander Netkachev's Blog: How to use Zend Framework Controller/Action approach?


Community Events











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


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

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