Apr 29, 2010, 10:30 by tacov
Very interesting topic and talk. Could be presented somewhat more lively (as with Testing untestable code) but useful and discussion-inspiring nonetheless.
Stephan Hochdörfer (Apr 17, 2010 at 10:00)
Talk at PFCongres 2010 (English - UK)
The Dependency Injection (DI) pattern is getting more and more attention in the PHP world due to it's code simplification effects. It focuses on the complete separation of object instantiation and dependency tracking from the business logic resulting in a loosely coupled system. In addition to that the resulting code is a lot easier to test since the classes are no longer responsible for instantiating their own dependencies. This session will introduce the basics of the DI pattern to the audience in addition to share real world experience of DI in several customer projects in the last four years.
Quicklink: http://joind.in/1496
Track(s): Adobe room
Slides: Real World Dependency Injection
Apr 29, 2010, 10:30 by tacov
Very interesting topic and talk. Could be presented somewhat more lively (as with Testing untestable code) but useful and discussion-inspiring nonetheless.
Apr 17, 2010, 08:32 by stefan
interesting presentation, explaining DI quite well. examples should've used a big open source DI container though, would be more useful for delegates to be able to quickly start working with DI