View Single Post
Old 04-09-2009, 09:12 AM   #24 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Just a question; Why would you want a pagination script that is limited to MySQL results? Or even limited to database? Sometimes you want to paginate other things than results from a database.

Try to make it paginate data independent if it's result from a database, images from a folder, or just simply; An array of data.
__________________
Tanax is offline  
Reply With Quote