Parameters vs variables #24
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What if we have an HTTP parameter and a variable obtained from a URN with the same name?
Currently, the URN variable takes precedence, which OVERWRITES the HTTP parameter!
That is, if we pass a POST $identifier and create a route like this:

then the $identifier from the route will overwrite the POST $identifier.
The result of combining them is sent to the controller method as named arguments.
core.php row 130
