News Feed
Jobs Feed
Sections




News Archive
Kevin Schroeder's Blog:
Handling ZF2 FQ Dependency Setter Injections
May 02, 2012 @ 09:54:09

Kevin Schroeder has a new post in his series looking at dependency injection in Zend Framework v2 applications. In this new post he shows how to work with setter injections that coordinate to properties in the class.

In a previous article I showed how you could pass in a fully qualified parameter name into the Dependency Injection Container (DiC) if you needed to be specific about where you need to have something injected. There is an alternate method here that is cleaner than what I did before.

He illustrates with a "Test" class that has a "$test" property and shows how to, using the ZendDi component, inject the class into the container. Using the "injections" configuration value, he uses the "setTest" method to push a value into the "Test" class instance in the "$test" variable.

0 comments voice your opinion now!
dependency injection container zendframework2 setter injection configuration


blog comments powered by Disqus

Similar Posts

Benjamin Eberlei's Blog: Using Symfony Dependency Injection with Zend_Application

Thijs Lensselink's Blog: VIM for a PHP Developer

MaltBlue.com: Zend Framework 2 Core Concepts - Dependency Injection

SecWatch.org: CJ Tag Board Multiple Parameter Handling PHP Code Injection Vulnerabilities

PHPMaster.com: PHP Dependency Management with Composer


Community Events











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


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

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