Welcome Guest, Not a member yet? Register   Sign In
pagination and sessions
#10

[eluser]atomp3[/eluser]
[quote author="Evil Wizard" date="1235680467"]you could always store them in the

Code:
$this->session->set_userdata('sort_by', $strSortColumn);
$this->session->set_userdata('sort_order', $strSortOrder);

and access them via

Code:
$this->session->userdata('sort_by');
$this->session->userdata('sort_order');

but then you will need to overwrite them in the event of a new post[/quote]


With sessions works fine thanks!


Messages In This Thread
pagination and sessions - by El Forum - 02-26-2009, 07:07 AM
pagination and sessions - by El Forum - 02-26-2009, 07:44 AM
pagination and sessions - by El Forum - 02-26-2009, 07:59 AM
pagination and sessions - by El Forum - 02-26-2009, 07:59 AM
pagination and sessions - by El Forum - 02-26-2009, 08:00 AM
pagination and sessions - by El Forum - 02-26-2009, 08:02 AM
pagination and sessions - by El Forum - 02-26-2009, 08:06 AM
pagination and sessions - by El Forum - 02-26-2009, 08:09 AM
pagination and sessions - by El Forum - 02-26-2009, 08:34 AM
pagination and sessions - by El Forum - 02-27-2009, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB