PHP pagination class

Lizard picture Lizard · Mar 17, 2010 · Viewed 9.2k times · Source

I am looking for a php pagination class, I have used a rather simple one in the past and it is no longer supported.

I was wondering if anyone had any recommendations ?

It seems pointless to build my own when there are probably so many good ones out there.

Answer

Lizard picture Lizard · Mar 23, 2010

After more searching I decided that before I use a frameworked version I should fully understand what is involved in a paginator. So I built one myself. Thanks for the suggestions though!