Page 1 of 1

Zend Framework pagination

Posted: Fri Oct 25, 2013 4:18 pm
by roma2509
Hi. I have a question regard Zend Framework pagination. Can I make something for pagination that will load next page from pagination but the link will remain the same.
Ex. http://www.sendmoments.de/geburtstag/er ... karten.php
Can somebody explain me how to do this one?

Re: Zend Framework pagination

Posted: Sat Nov 02, 2013 12:49 am
by josh
You could use ajax to request the next page's items & update the DOM.