Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assigning routes for pagination #28

Open
MarcelHekkert opened this issue Feb 3, 2018 · 1 comment
Open

Assigning routes for pagination #28

MarcelHekkert opened this issue Feb 3, 2018 · 1 comment

Comments

@MarcelHekkert
Copy link

From the documentation I cannot see a way of capturing url's for pagination. Currently I have 2 routes woth the exact same code. Anyone who has a solution to handle this?

/page/:name/entries/
/page/:name/entries/p/1/

@derit
Copy link

derit commented May 18, 2020

i'dont know about this
alternative you can use param
example domain.com?page=1
use this code for get parameters
$this->app->param("page")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants