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,8 @@
---
title: Dependency Injection
---
# Dependency Injection {#dependency_injection_title}
Dependency Injection is a basic concept that solves a complex problem. As a software design pattern it is being adopted in
some way or another by all major PHP projects.