News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Dependency Injection Huh?
September 05, 2012 @ 08:16:33

On NetTuts.com today there's a new tutorial introducing dependency injection and how it compares to other injection types (like setter and constructor). It shows how to apply the "Inversion of Control" methodology to create a container that can be reused across the entire application.

Chances are, at some point in your learning, you've come across the term, "dependency injection." If you're still relatively early in your learning, you likely formed a confused expression and skipped over that part. Still, this is an important aspect of writing maintainable (and testable) code. In this article, I'll explain it in as simple a way as I'm capable of.

He starts with an example of setter/constructor injection and talks about how they can make it difficult to use the class as things get more complex. His solution is to create a simple DIC (dependency injection container) that stores instances of objects or closures that can be extracted an reused.

0 comments voice your opinion now!
dependency injection tutorial setter controller dic


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Managing CSS and JavaScript files within a Zend Framework App

Juan Treminio's Blog: Getting Started with Kohana 3 (series)

NETTUTS.com: Getting Started With Cake PHP: Part 2

Devshed: The Basics of Using the Prototype Pattern with PHP 5

Sudheer Satyanarayana's Blog: A Bit Of XML, RSS And CURL In 7 Lines Of PHP And A Useful Program


Community Events









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


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

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