Welcome Guest, Not a member yet? Register   Sign In
two paginations on one controller
#3

[eluser]xwero[/eluser]
Try this
Code:
// in common
$config['base_url'] = site_url('profile/messages');
// inbox
$config['uri_segment'] = 3;
// outbox
$config['uri_segment'] = 4;
It should give you a number for the inbox after the messages segment and a number for the outbox after the inbox segment. I never did it myself so i don't know if it works.


Messages In This Thread
two paginations on one controller - by El Forum - 03-01-2008, 02:16 PM
two paginations on one controller - by El Forum - 03-02-2008, 03:13 PM
two paginations on one controller - by El Forum - 03-02-2008, 04:47 PM
two paginations on one controller - by El Forum - 03-02-2008, 05:32 PM
two paginations on one controller - by El Forum - 03-02-2008, 06:13 PM
two paginations on one controller - by El Forum - 03-09-2008, 01:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB