finished inversion of control part
This commit is contained in:
parent
28827aaa35
commit
453ca62f77
5 changed files with 60 additions and 8 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue