File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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 ignore 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