29.Apr.2010 at 10:30 by Taco Vader
Very interesting topic and talk. Could be presented somewhat more lively (as with Testing untestable code) but useful and discussion-inspiring nonetheless.
Stephan Hochdoerfer (17.Apr.2010 at 11: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: https://joind.in/1496
Track(s): Adobe room
Slides: Real World Dependency Injection
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
29.Apr.2010 at 10:30 by Taco Vader
Very interesting topic and talk. Could be presented somewhat more lively (as with Testing untestable code) but useful and discussion-inspiring nonetheless.
17.Apr.2010 at 08:32 by Stefan Koopmanschap
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