Coder Social home page Coder Social logo

Rules merge parameters about klein.php HOT 8 CLOSED

klein avatar klein commented on May 2, 2024
Rules merge parameters

from klein.php.

Comments (8)

Rican7 avatar Rican7 commented on May 2, 2024

Both respond routes are matched, because all matching routes will execute (as shown in #89).

As far as the parameters are concerned, named parameters take precedence over other params, as shown in #87

from klein.php.

Rican7 avatar Rican7 commented on May 2, 2024

And yes, request parameters are consistent between matched routes, allowing developers operate on some of the params before other routes are matched.

As routes are matched, their named parameters get merged into the params array, and are never cleared (until the next request/runtime).

from klein.php.

kappuccino avatar kappuccino commented on May 2, 2024

I found a solution changing rules orders.
Thank you Rican7

from klein.php.

Rican7 avatar Rican7 commented on May 2, 2024

No problem!
:)

from klein.php.

kappuccino avatar kappuccino commented on May 2, 2024

Changing order is no the solution, because the rule choosen by the router is non longer the one I expect...
I disable merge, this solve my problem...
Maybe it could be usefull to enable/disable this merge to other people.

Thank you for your help

from klein.php.

Rican7 avatar Rican7 commented on May 2, 2024

@kappuccino Having separate collections of params will be a feature of Klein V2

:D

from klein.php.

kappuccino avatar kappuccino commented on May 2, 2024

Good news :D
Thank you for your help

from klein.php.

Rican7 avatar Rican7 commented on May 2, 2024

@kappuccino Klein V2 has just been merged and tagged.

I'm considering this issue closed. Let me know if you have any troubles! :)

from klein.php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.