News Feed
Jobs Feed
Sections




News Archive
Kevin Schroeder's Blog:
ZF2 Dependency Injection - Multiple Object Instances
April 30, 2012 @ 12:15:34

Kevin Schroeder has a quick new post about using dependency injection in Zend Framework 2 applications using multiple object instances.

When you work with the ZF2 Dependency Injection Container (DiC) when you make multiple requests for an instance of an object you will get the same object back each time. [...] But what if you want the injection benefits of the DiC but don't want to share the object? Use the DiC's newInstance method instead with the third parameter being false.

He includes code examples of requesting the object both ways - the usual way that returns the same object and the alternative that passes in a "false" value, complete with a debug output of each object proving they're different.

0 comments voice your opinion now!
zendframework2 dependency injection dic multiple object parameter false


blog comments powered by Disqus

Similar Posts

Nefarious Designs: Object-Oriented PHP Part 1: Definition

IBuildings Blog: Multithreading in PHP with CURL

Paul Jones' Blog: New PDO Behavior In PHP 5.2.1

PHPMaster.com: Dependency Injection with Pimple

Brian Swan's Blog: What's the Right Way to Prevent SQL Injection in PHP Scripts?


Community Events











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


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

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