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

@ -1,4 +1,4 @@
[<< previous](5-router.md) | [next >>](7-dependency-injection.md)
[<< previous](5-router.md) | [next >>](7-inversion-of-control.md)
### Controllers
@ -52,4 +52,4 @@ So instead of just calling a handler method you are now instantiating the contro
Now if you visit `http://localhost:8000/hello-world` everything should work. If not, go back and debug. And of course don't forget to commit your changes.
[<< previous](5-router.md) | [next >>](7-dependency-injection.md)
[<< previous](5-router.md) | [next >>](7-inversion-of-control.md)