News Feed
Jobs Feed
Sections




News Archive
Kevin Schroeder's Blog:
ZF2 Dependency Injection Managing Configuration - Part 1
April 26, 2012 @ 08:56:50

Kevin Schroeder has a new post talking about dependency injection in a Zend Framework v2-based application and managing your configurations.

In my previous blog post I showed how you could provide parameters to object that you're pulling from a DiC and have them populated in the resulting object. As cool as that is, it's not a massive saving as you need to manually inject the parameters into the DiC. You can often do the same thing by setting up the DiC ahead of time to get the object with those parameters pre-set.

He defines a class (Test) and shows how you can replace the DI container example with a ZendDiConfiguration object that contains the config options. He shows how to use this newly created container to access an instance of this "Test" class.

0 comments voice your opinion now!
zendframework2 dependency injection configuration tutorial


blog comments powered by Disqus

Similar Posts

We Love PHP Blog: Using V8 Javascript engine as a PHP extension

Rob Zienert's Blog: Zend_Form Decorators and Composite Elements

Smashing Magazine: Getting Started With PHP Templating

Bob Majdak's Blog: Making images transparent using Imagick - enter the pixel iterator

PHP-GTK Community Site: Add icons to GtkMenu


Community Events











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


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

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