asanchez78 / comicdb

A PHP application for maintaining a database of a comic book collection. It's really old and kind of embarrassing. You probably shouldn't use this.
6 stars 1 forks source link

Add Pagination #97

Closed sloyless closed 7 years ago

sloyless commented 8 years ago

Change SQL query to limit to 50 results, then have an offset by 50 on each following page denoted by ?page=num

Eventually we can work in a dropdown bar on the "sort" row that you can change the number of results.

Total page number is decided by a total row count and divided by num results.

sloyless commented 8 years ago

Code added. Need to add to issues_list before closing,