We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reroute()
The current reroute function allow to include fragment in url only if the url contains parameters.
Working (theoretically - just by looking at the regex)
$f3->reroute('@details(@id=18727)?param=1¶m2=2#anchor');
Actually not working
$f3->reroute('@details(@id=18727)#anchor');
The text was updated successfully, but these errors were encountered:
Fix bcosca#1156: Allow adding fragment to reroute
a2a3424
add reroute to fragment tests, #1156, f3-factory/fatfree-core#282
94c235e
Successfully merging a pull request may close this issue.
The current reroute function allow to include fragment in url only if the url contains parameters.
Working (theoretically - just by looking at the regex)
Actually not working
The text was updated successfully, but these errors were encountered: