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

give Mr. Fowler his full name [skip ci]
This commit is contained in:
Alexander Makarov
2015-08-02 19:42:35 +03:00

View File

@@ -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.