mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 00:20:44 +08:00
Merge pull request #9280 from tom--/patch-8
give Mr. Fowler his full name [skip ci]
This commit is contained in:
@@ -2,7 +2,7 @@ Dependency Injection Container
|
|||||||
==============================
|
==============================
|
||||||
|
|
||||||
A dependency injection (DI) container is an object that knows how to instantiate and configure objects and
|
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.
|
explained why DI container is useful. Here we will mainly explain the usage of the DI container provided by Yii.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user