Page 1 of 1

generated batched output list

Posted: Fri Jan 16, 2004 3:08 am
by aman
Normally, when there is along list of output to be displayed, we need to group them into batches. The numbers of pages are displayed below, just like in search engines. Does anyone has an easy to use php module for this?

Posted: Fri Jan 16, 2004 9:01 am
by kettle_drum
You can write your own fairly simply. Just need to know the total number of results, how many to show per page, and what reuslt number the page begins on, and your good to go :)