04-17-2009, 06:01 PM
|
#7 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
More ways of using MySQL other than the basic MySQL extension: - MySQL Improved
- PDO MySQL
More data stores other than MySQL:
Then there might be a time where you want to paginate something else entirely like existing PHP data (arrays, objects). 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).
|
|
|
|