First draft - Resolves #280

This commit is contained in:
happyaccidents
2013-11-28 12:17:44 +00:00
committed by Josh Lockhart
parent 009ce6b18b
commit 5e0f12004c
5 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
isChild: true
---
## Further Reading {#further_reading_title}
- [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)
- [Dependency Injection: An analogy](http://mwop.net/blog/260-Dependency-Injection-An-analogy.html)
- [Dependency Injection: Huh?](http://net.tutsplus.com/tutorials/php/dependency-injection-huh/)
- [Dependency Injection as a tool for testing](http://www.happyaccidents.me/dependency-injection-as-a-tool-for-testing/)