简体   繁体   中英

When pagination is done, I want to do next and previous links on particular object page

I'm working about some listing and gallery in codeigniter with PHP. I've done all the searches and good search result page with pagination.

Now when I click on position in my search results list it gets me into page with single result, description etc.

My question is: how to smartly make "next" and "previous"links on this single result page? After clicking next it goes to the page of next result etc.

Is there any other way than storing full search results in some array while browsing?

You can store the search conditions instead (much smaller -> can be stored for a long time, so you don't need to obfuscate the UX by sometimes showing prev/next and sometimes not) and add some generic user-independent caching layer to the search results. (This assumes that search results are not personalized and don't change much in time.)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM