Welcome Guest, Not a member yet? Register   Sign In
pagination don't work as i expect!
#1

[eluser]Lotti[/eluser]
what i want from pagination library is something like this.

page : href
1 : controller/method/1
2 : controller/method/2
3 : controller/method/3
4 : controller/method/4

instead i get this: (don't know if this is a bug or not):

page : href
1 : controller/method
2 : controller/method/1
3 : controller/method/2
4 : controller/method/3

it's ok if codeigniter doesn't want to put a number for first page, but in this case i expect something like this:

page : href
1 : controller/method
2 : controller/method/2
3 : controller/method/3
4 : controller/method/4

what am i missing? any idea?

i can extend the class easily but i want to know if there is a more clean way to do this without "fork" the library. thanks.


Messages In This Thread
pagination don't work as i expect! - by El Forum - 07-03-2011, 04:33 PM
pagination don't work as i expect! - by El Forum - 07-03-2011, 04:52 PM
pagination don't work as i expect! - by El Forum - 07-03-2011, 04:56 PM
pagination don't work as i expect! - by El Forum - 07-09-2011, 01:06 PM
pagination don't work as i expect! - by El Forum - 07-10-2011, 01:01 AM
pagination don't work as i expect! - by El Forum - 07-11-2011, 09:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB