MutopiaProject / MutopiaWeb

MutopiaProject site evolution to HTML5
3 stars 7 forks source link

Begin simple pagination for non-advanced search #39

Closed ksnortum closed 8 years ago

ksnortum commented 8 years ago

This is a start at pagination of the non-advanced search. The maximum page size is kept in HTMLCommon. There is only forward pagination so far.

Because there is no SQL, the Cache file is searched from the beginning, skipping the pages until we get to $startAt, then prints $pageMax records.