Changed former controller part
This commit is contained in:
parent
85f6c5bf1c
commit
0a21e87f95
4 changed files with 5 additions and 60 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue