Skip to content

Conversation

jbottigliero
Copy link

This update allows $regex_matches to be passed to handler methods the same way they are called when using a class handler.

For example:

'/route/([page1/page2/page3])+)' => function ($page) { switch($page) { case 'page1': break; case 'page2': break; } }, '/another/:number' => function ($number) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant