mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-05 13:37:25 +02:00
Update DI links
This commit is contained in:
@@ -5,9 +5,9 @@ anchor: dependency_injection
|
|||||||
|
|
||||||
# Dependency Injection {#dependency_injection_title}
|
# Dependency Injection {#dependency_injection_title}
|
||||||
|
|
||||||
From [Wikipedia](http://en.wikipedia.org/wiki/Dependency_injection):
|
From [Wikipedia](https://wikipedia.org/wiki/Dependency_injection):
|
||||||
|
|
||||||
> Dependency injection is a software design pattern that allows the removal of hard-coded dependencies and makes it
|
> Dependency injection is a software design pattern that allows the removal of hard-coded dependencies and makes it
|
||||||
> possible to change them, whether at run-time or compile-time.
|
> possible to change them, whether at run-time or compile-time.
|
||||||
|
|
||||||
This quote makes the concept sound much more complicated than it actually is. Dependency Injection is providing a
|
This quote makes the concept sound much more complicated than it actually is. Dependency Injection is providing a
|
||||||
|
@@ -8,5 +8,5 @@ anchor: further_reading
|
|||||||
* [Learning about Dependency Injection and PHP](http://ralphschindler.com/2011/05/18/learning-about-dependency-injection-and-php)
|
* [Learning about Dependency Injection and PHP](http://ralphschindler.com/2011/05/18/learning-about-dependency-injection-and-php)
|
||||||
* [What is Dependency Injection?](http://fabien.potencier.org/article/11/what-is-dependency-injection)
|
* [What is Dependency Injection?](http://fabien.potencier.org/article/11/what-is-dependency-injection)
|
||||||
* [Dependency Injection: An analogy](https://mwop.net/blog/260-Dependency-Injection-An-analogy.html)
|
* [Dependency Injection: An analogy](https://mwop.net/blog/260-Dependency-Injection-An-analogy.html)
|
||||||
* [Dependency Injection: Huh?](http://net.tutsplus.com/tutorials/php/dependency-injection-huh/)
|
* [Dependency Injection: Huh?](https://code.tutsplus.com/tutorials/dependency-injection-huh--net-26903)
|
||||||
* [Dependency Injection as a tool for testing](https://medium.com/philipobenito/dependency-injection-as-a-tool-for-testing-902c21c147f1)
|
* [Dependency Injection as a tool for testing](https://medium.com/philipobenito/dependency-injection-as-a-tool-for-testing-902c21c147f1)
|
||||||
|
Reference in New Issue
Block a user