prepared DI part and navigation
This commit is contained in:
parent
cf835164e5
commit
d54233080f
3 changed files with 8 additions and 3 deletions
|
@ -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)
|
||||
|
|
5
7-dependency-injection.md
Normal file
5
7-dependency-injection.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[<< previous](5-router.md) | [next >>](7-dependency-injection.md)
|
||||
|
||||
### Dependency Injection
|
||||
|
||||
to be continued...
|
|
@ -20,4 +20,4 @@ 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 Injector
|
||||
7. [Dependency Injection](7-dependency-injection.md)
|
||||
|
|
Loading…
Reference in a new issue