Browse Source

Merge pull request #9280 from tom--/patch-8

give Mr. Fowler his full name [skip ci]
tags/2.0.6
Alexander Makarov 9 years ago
parent
commit
e66e95eeb6
  1. 2
      docs/guide/concept-di-container.md

2
docs/guide/concept-di-container.md

@ -2,7 +2,7 @@ Dependency Injection Container
==============================
A dependency injection (DI) container is an object that knows how to instantiate and configure objects and
all their dependent objects. [Martin's article](http://martinfowler.com/articles/injection.html) has well
all their dependent objects. [Martin Fowler's article](http://martinfowler.com/articles/injection.html) has well
explained why DI container is useful. Here we will mainly explain the usage of the DI container provided by Yii.

Loading…
Cancel
Save