finished inversion of control part

This commit is contained in:
Patrick 2014-09-16 21:48:41 +02:00 committed by lubiana
parent 28827aaa35
commit 453ca62f77
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)