Dependency Injection in PHP
Speaker:
Fabien Potencier
Language:
English
Date:
May, 14th
Time:
11:30 AM
Path:
Sala 2 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.