flightphp / docs

Documentation site for the Flight PHP Micro Framework, written using Flight of course :D
2 stars 5 forks source link

Add note about named parameters in route #17

Open fadrian06 opened 5 months ago

fadrian06 commented 5 months ago

Ref: Named Parameters Are Actually In Order... · Issue #584 · flightphp/core https://github.com/flightphp/core/issues/584

Although Flight supports named parameters in the handlers, that does not mean that the order is not taken into account because it is taken into account.

It would be more helpful to be able to get a fragment of the url as a handler parameter instead of having to get it out of the request or the Route object.