Suggest any tutorial for Ajax Zend Paginator [closed]
Can any one suggest any good tutorial or any set of code which help to implement a pagination using Zend paginator and php ajax?
Does the paginator is submitting each time on clicking the next and previous?
By ajax do we can prevent th开发者_如何转开发is each time request?
I am able to find some pagination tutorials and ajax tutorial separately.
But if anyone can suggest any good combined tutorial , that will be helpful.
Really great video tutorial series by integral30 on youtube
Starting with basic Zend Framework 1.9 tutorial 11: Zend_Paginator part 1
and extending this with Zend Framework 1.9 tutorial 14: ajax requests part 1 for ajax pagination.
Good luck
Blatant self promotion - http://blog.philipbrown.id.au/2011/03/awesome-pagination-with-zf-paginator-ajaxcontext-and-the-html5-history-api/
精彩评论