Thread: pagination?
View Single Post
09-06-2007, 02:06 PM
#4
Wildhoney is offline Wildhoney
Wildhoney's Avatar
Status: Request a custom title
Join date: Feb 2006
Location: Nottingham
Expertise:
Software:
 
Posts: 1,648
iTrader: 18 / 95%
 

Wildhoney is on a distinguished road

Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney

  Old

I actually wrote a post on another forum regarding the SQL_CALC_FOUND_ROWS if anybody is interested. That can be viewed here. It really is crucial, Randy, if you're going to be using the pagination as listed on Pixel2Life then your database will end up flat on its back with the load. Of course, COUNT(*) is another way to achieve this as it will get the data straight from the attached table information.