Changed former controller part

This commit is contained in:
Patrick 2014-09-20 19:56:08 +02:00 committed by lubiana
parent 3f3351239d
commit da396cb9b8
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
4 changed files with 5 additions and 60 deletions

View file

@ -1,4 +1,4 @@
[<< previous](6-controllers.md) | [next >>](8-dependency-injector.md)
[<< previous](6-dispatching-to-a-class.md) | [next >>](8-dependency-injector.md)
### Inversion of Control
@ -48,4 +48,4 @@ The `Http\HttpResponse` object implements the `Http\Response` interface, so it f
Now everything should work again. But if you follow this example, all your controllers will have the same objects injected. This is of course not good, so let's fix that in the next part.
[<< previous](6-controllers.md) | [next >>](8-dependency-injector.md)
[<< previous](6-dispatching-to-a-class.md) | [next >>](8-dependency-injector.md)