Ejdamm / market-board

A lighweight marketplace written with PHP Slim framework
MIT License
1 stars 0 forks source link

Move paging memory from only GET to SESSION #56

Closed Ejdamm closed 4 years ago

Ejdamm commented 4 years ago

To remember which page you are at the code now stores it in GET links. For example when change sorting it will also remember which page you are at and not switch back to default page(1).

Changing pages will still be handled by GET.