File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ Mainly to make it easy to learn for PHP developers.
2727
2828## External links
2929
30- - [ MindaPHP: a new PHP framework optimized for learning ] ( https://www.leaseweb. com/labs/2013/10/mindaphp-new-php-framework-optimized-learning/ )
30+ - [ MintyPHP v3 is released ] ( https://tqdev. com/2022-mintyphp-v3-is-released )
3131- [ MintyPHP now on packagist!] ( https://tqdev.com/2018-mindaphp-now-on-packagist )
3232- [ Reduce the mental load for developers] ( https://tqdev.com/2018-web-development-made-simple )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The "phtml" files can have a corresponding "php" file. The filename is construct
3131This means that when you access the URL "/customers/23", the router will match the "customers" page and PHP variable "$id" is set to "23".
3232You may also set parameters using a get parameter in the query string.
3333This means that when you access the URL "/customers?id=23", the router will match the "customers" page and PHP variable "$id" is set to "23".
34- If you provide too many arguments the page will automatically reload without the extra params .
34+ If you provide too many arguments the page will ignore the extra parameters .
3535If you provide not enough parameters, then the missing parameters will be set to NULL.
3636
3737The router has a "addRoute" method, that allows you to map certain URL's to other URL's.
You can’t perform that action at this time.
0 commit comments