Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Lars Strojny's Blog:
Dependency Injection Container Refactorings, Part Two
May 10, 2011 @ 14:24:53

Lars Strojny has posted the second part of his look at dependency injection and the refactoring it makes possible. If you'd like to start from the beginning, you can read about part one here.

He breaks it up into two sections (really three, but he advises to ignore the third):

    Introducing a parameter in to the dependency injection container's configuration
  • Setting it up to allow for checks against the environment (development, production, etc)

Code samples and example XML configurations are included for both points to help make them clearer.

tagged: dependency injection container di tutorial

Link:


Trending Topics: