Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] query /w pagination
#2

[eluser]oppenheimer[/eluser]
Have you looked at $this->uri->segment(n) to pull segments from the URL? For example:
Code:
$category = $this->uri->segment(3);

Then you can filter your data for that category. You may need to change the number 3 to fit your specific URL.


Messages In This Thread
[SOLVED] query /w pagination - by El Forum - 04-10-2011, 09:01 AM
[SOLVED] query /w pagination - by El Forum - 04-10-2011, 09:46 AM
[SOLVED] query /w pagination - by El Forum - 04-10-2011, 10:25 AM
[SOLVED] query /w pagination - by El Forum - 04-10-2011, 12:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB