prepared DI part and navigation

This commit is contained in:
Patrick 2014-09-16 21:14:29 +02:00 committed by lubiana
parent d923899d38
commit c193824839
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
[<< previous](5-router.md)
[<< previous](5-router.md) | [next >>](7-dependency-injection.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.
to be continued...
[<< previous](5-router.md) | [next >>](7-dependency-injection.md)