Zend Framework pagination

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
roma2509
Forum Newbie
Posts: 16
Joined: Fri Sep 07, 2012 6:20 pm

Zend Framework pagination

Post 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?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Zend Framework pagination

Post by josh »

You could use ajax to request the next page's items & update the DOM.
Post Reply