News Feed
Jobs Feed
Sections




News Archive
Stubbles Blog:
Dependency Injection for static methods
November 08, 2010 @ 12:38:31

On the Stubbles blog today there's a new post from Frank Kleine showing how you can use a new feature of PHP 5.3 to perform dependency injection on static method - calling static methods with dynamic class names.

Developers who are familiar with the topic of clean code know that static methods are a problem, especially if it comes to testability. Static makes the code global, and if there is some kind of state involved it is even more a problem because this is global state then - both a maintenance and testability nightmare. [...] How can we keep our code clean and testable, at best without having a strongly coupled dependency to the class hosting the static method? Enter dependency injection for static methods.

He gives an example of how to use this to create a simple class that can change the name of the object an inner static function call is made to.

0 comments voice your opinion now!
dependency injection static method dynamic access


blog comments powered by Disqus

Similar Posts

Label Media Blog: Design Patterns in PHP - Factory method

David Sklar's Blog: Runkit, "static", and inheritance

PHPBuilder: Pro PHP Security / Preventing SQL Injection, Part 2

Ian Selby's Blog: Dynamically Add Functions to PHP Classes

Zend Developer Zone: Refactoring PHP Code


Community Events











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


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

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