Welcome Guest, Not a member yet? Register   Sign In
CI pagination help
#3

[eluser]majidmx[/eluser]
The only config variable that you're missing is "uri_segment":
Code:
$config['uri_segment'] = 4;

$this->pagination->initialize($config);
Try to set that one as well and see if it's working.

Take care,
MajiD Fatemian


Messages In This Thread
CI pagination help - by El Forum - 01-02-2009, 01:43 AM
CI pagination help - by El Forum - 01-02-2009, 12:42 PM
CI pagination help - by El Forum - 01-02-2009, 01:56 PM
CI pagination help - by El Forum - 01-02-2009, 02:12 PM
CI pagination help - by El Forum - 01-02-2009, 11:44 PM
CI pagination help - by El Forum - 01-03-2009, 12:19 AM
CI pagination help - by El Forum - 01-03-2009, 12:25 AM
CI pagination help - by El Forum - 01-03-2009, 12:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB