What is the best way of doing this?
Posted
by NewSOuser
on Stack Overflow
See other posts from Stack Overflow
or by NewSOuser
Published on 2010-05-02T03:36:46Z
Indexed on
2010/05/02
3:47 UTC
Read the original article
Hit count: 780
Hey, I am wondering how exactly the below pagination systems are set up? In terms of the how the data is displayed, for instance, does BuySellAds load all results in from database and then paginate that data so filter can be done easier? or, do they call the database every time a new page is loaded and then grab the info and display it? I really would like to know how both BuySellAds and Nike make their pagination systems, since I have to make a similar system that has many filters and options to easily sort through the data from a database. I want to accomplish this with php and jquery if that's what I even need to use.
Here is what I am talking about so you can experience it for yourself:
store.nike.com
Any info/suggestions would be great. Thanks for your input.
© Stack Overflow or respective owner