Welcome Guest, Not a member yet? Register   Sign In
Please, I am getting crazy with the pagination class :(
#7

[eluser]Althalos[/eluser]
I would suggest opting for a URL like this: example.com/articles/page/2/user/username

And then in your controller, put this:
$uri = $this->uri->uri_to_assoc(2);
echo $uri['page']; //Echos "2"
echo $uri['user']; //Echo "username"


Messages In This Thread
Please, I am getting crazy with the pagination class :( - by El Forum - 07-17-2010, 03:04 PM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-17-2010, 06:04 PM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-17-2010, 10:53 PM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-18-2010, 02:38 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-18-2010, 02:54 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-26-2010, 07:31 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-26-2010, 08:00 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-26-2010, 08:12 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-26-2010, 09:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB