From 7c4c32978d1a3e29de2a86866caf09de1b3dc97b Mon Sep 17 00:00:00 2001 From: tom-- Date: Sun, 2 Aug 2015 11:52:24 -0400 Subject: [PATCH] give Mr. Fowler his full name It seems a little disrespectful to assume that we are all on first-name terms with Mr. Fowler. --- docs/guide/concept-di-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/concept-di-container.md b/docs/guide/concept-di-container.md index 95a309eaf6..e58057cc9b 100644 --- a/docs/guide/concept-di-container.md +++ b/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.