View Single Post
Old 04-17-2009, 06:12 PM   #8 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
In basic terms, pagination should be able to take a collection of things and break it down into paged sets. Those things needn't necessarily be database query results and the output needn't necessarily be HTML (or the exact HTML that your function uses).
Ohhh ok, that makes more sense. See, I always thought pagination was just your everyday navigation of HTML pages. I didn't know that it was more of an all around method of "flipping" through things....

That's why I couldn't see beyond using DB queries to build the navigation pages...

I have heard of mysqli, and PDO but never really looked into them, I'll take a peek now...
allworknoplay is offline  
Reply With Quote