Skip to content

Commit fdc2ff9

Browse files
authored
Update 02-overview.md
1 parent dd26f33 commit fdc2ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 params.
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)