Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Routing] Optional placeholders anywhere in the pattern#112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

aurelijus
Copy link
Contributor

I encountered a limitation with optional placeholders.
Currently they are available only in the end of the pattern, e.g.:
/static/optional1/optional2/optional3/ or /optional1/optional2/

However this limits the usage of optional placeholders and is solvable only with multiple patterns which looks ugly if you have many of them.
One of the use cases:
/products/{optional_culture}/{optional_category1}/{optional_category2}/{optional_category3}/{product_id}

This pull requests adds support for having as many optional placeholders in any order it is needed.

If you want to create an optional placeholder, it is needed to specify default value for it as it was before. However in these use cases you might want to have empty default value, so support for an empty default string value was added. Before it was not possible to assign empty string as a default placeholder value.

I don't know if this is a thing that has to be in the core, it could be separated as a custom route compiler, however I would like to get your comments on this one.

@fabpot
Copy link
Member

If we allow this, the router results are not predictable anymore. I don't why you think that having more routes looks ugly but this is definitely the way to go.

@ghostghost mentioned this pull requestMar 22, 2012
SofHad pushed a commit to SofHad/symfony that referenced this pull requestOct 12, 2015
This PR was merged into the master branch.Discussion----------Updated to Symfony 2.7.2Commits-------c255f06 Updated to Symfony 2.7.2
derrabus added a commit to derrabus/symfony that referenced this pull requestJul 25, 2023
This PR was merged into the 2.2-dev branch.Discussion----------Bump psr/http-message versionClosessymfony#112Commits-------ec83c1c Bump psr/http-message version
This pull request wasclosed.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@aurelijus@fabpot

[8]ページ先頭

©2009-2025 Movatter.jp