Skip to main content
February 9, 2010
Question

showing page numbers for mysql result

  • February 9, 2010
  • 1 reply
  • 248 views

Need some help,

Any one knows where I can find a tutorial on how to display page numbers for mysql results in this way: 1 2 3 4 5 next,.... I know how to show page 1 to 10 of 13, but I would like to rather show, 1 2 3 4 5 and so,...

R.

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
February 9, 2010

You can do it with the Zend_Paginator: http://framework.zend.com/manual/en/zend.paginator.html.