Skip to content

Commit 34b061b

Browse files
committed
Merge branch 'main' of github.com:mintyphp/mintyphp.github.io into main
2 parents 6498fad + 322d67c commit 34b061b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

00-about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

02-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The "phtml" files can have a corresponding "php" file. The filename is construct
3131
This means that when you access the URL "/customers/23", the router will match the "customers" page and PHP variable "$id" is set to "23".
3232
You may also set parameters using a get parameter in the query string.
3333
This 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.
3535
If you provide not enough parameters, then the missing parameters will be set to NULL.
3636

3737
The router has a "addRoute" method, that allows you to map certain URL's to other URL's.

0 commit comments

Comments
 (0)