14.May.2010 at 12:54 by Massimiliano Arione
Complex but very interesting
Fabien Potencier (14.May.2010 at 11:30)
Talk at phpDay 2010 (English - UK)
Developers are getting more professional every day by using web design patterns to solve common problems. This session will introduce one of the less-known design patterns in the PHP world, but also one that can greatly improve the decoupling and the testability of your code: Dependency Injection. I will demonstrate how to use Dependency Injection in your projects, and I will take advantage of the PHP 5.3 new features to create a fully-featured DI container live.
Quicklink: https://joind.in/1437
Track(s): Track 2
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?
14.May.2010 at 12:57 by cirpo
Fabien gave a great talk as usual.
He clearly explained how to build a DI in php in a simple manner and showed some cool stuff that you can reach with php 5.3.
Never miss a Fabien talk or you'll regret it!
14.May.2010 at 18:43 by Giorgio Sironi
PHP 5.3 plus Dependency Injection plus great presence on the stage.
15.May.2010 at 04:48 by Carlo Beschi
complex, for me but not for a big part of the audience ;-)
a talk to be taken as a reference for having phpday grow even more in the next years ...
16.May.2010 at 15:17 by Rocco Zanni
Great talk. Fabien is a brilliant speaker and I hope to see him also at the next phpday!
14.May.2010 at 11:54 by Daniel Londero
As always Fabien is very clear in his talks. DI is a simple but powerful concept (maybe you already use that without knowing), DIC it's a little bit more complicated and not for all cases. About DIC Fabien says "don't try to use it everywhere".