stefangabos / Zebra_Pagination

A generic, Twitter Bootstrap compatible, pagination library for automatically generating navigation links

Home Page:https://stefangabos.github.io/Zebra_Pagination/Zebra_Pagination/Zebra_Pagination.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any Alternative to LIMITs

kezenwa opened this issue · comments

Hello

AM aware this script isn't tied to any specific database type e.g MYSQL but am looking for an alternative to the widely used way of Pagination called LIMITs which becomes an issue with very large datasets

since this isn't tied to a database, it's up to you on how you use the values returned by the library. certainly, you can use something other than LIMIT (like OFFSET, for example)