finished inversion of control part

This commit is contained in:
Patrick 2014-09-16 21:48:41 +02:00 committed by lubiana
parent fe87cabace
commit c6ce3c88bd
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
5 changed files with 60 additions and 8 deletions

View file

@ -20,4 +20,5 @@ So let's get started right away with the [first part](1-front-controller.md).
4. [HTTP](4-http.md)
5. [Router](5-router.md)
6. [Controllers](6-controllers.md)
7. [Dependency Injection](7-dependency-injection.md)
7. [Inversion of Control](7-inversion-of-control.md)
8. [Dependency Injector](8-dependency-injector.md)