mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-28 15:50:06 +02:00
First draft - Resolves #280
This commit is contained in:
committed by
Josh Lockhart
parent
009ce6b18b
commit
5e0f12004c
8
_posts/06-01-01-Dependency-Injection.md
Normal file
8
_posts/06-01-01-Dependency-Injection.md
Normal 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.
|
Reference in New Issue
Block a user