Welcome Guest, Not a member yet? Register   Sign In
2 paginations in 1 page
#1

[eluser]Unknown[/eluser]
Hi All,

I have 1 page with 2 paginations in it. When I use the first pagination, the second pagination is changed too. How to make the second pagination not change?

Sorry for bad English.

Thanks
#2

[eluser]IgnitedCoder[/eluser]
Actually your best bet is to try something like DataMapper ORM, it has functions for paging as follows $obj->get_paged($page,$count); Additionally you might want to use some kind of ajax call to update each section of the page without needing to refresh the entire page.

See this link: http://ellislab.com/forums/viewthread/86849/

In order to have 2 pagers on the same page you can have 2 functions in your controller for each pager. You have to create seperate paging configs for each pager etc. Its a pain, unless you go with an ajax solution.

Hope this helps.




Theme © iAndrew 2016 - Forum software by © MyBB