Changed former controller part

This commit is contained in:
Patrick 2014-09-20 19:56:08 +02:00 committed by lubiana
parent 85f6c5bf1c
commit 0a21e87f95
4 changed files with 5 additions and 60 deletions

View file

@ -1,4 +1,4 @@
[<< previous](4-http.md) | [next >>](6-controllers.md)
[<< previous](4-http.md) | [next >>](6-dispatching-to-a-class.md)
### Router
@ -76,4 +76,4 @@ $dispatcher = \FastRoute\simpleDispatcher($routeDefinitionCallback);
This is already an improvement, but now all the handler code is in the `Routers.php` file. This is not optimal, so let's fix that in the next part.
[<< previous](4-http.md) | [next >>](6-controllers.md)
[<< previous](4-http.md) | [next >>](6-dispatching-to-a-class.md)