Welcome Guest, Not a member yet? Register   Sign In
[solved] Pagination + multiple segments
#2

[eluser]jcavard[/eluser]
This is probably the setting that is missing in your code:
Code:
$config['uri_segment'] = 5;
It tells CI what uri segment is the page in the url, in your case it would be 5, since the base url is "product/index/type3/cat5" CI will append the page number at the end, hence the 5th segment.
HTH


Messages In This Thread
[solved] Pagination + multiple segments - by El Forum - 08-04-2009, 07:12 AM
[solved] Pagination + multiple segments - by El Forum - 08-04-2009, 07:22 AM
[solved] Pagination + multiple segments - by El Forum - 08-04-2009, 07:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB