Welcome Guest, Not a member yet? Register   Sign In
Pagination, a simple thing but stuck [RESOLVED]
#2

[eluser]minutes2memories[/eluser]
SOLVED Smile

as i thought, i was just being a bit dim....
Code:
$config['base_url'] = '/subscribers/view?'; // trailling ? for $_GET parameter
$config['query_string_segment'] = 'offset';

enabled me to specify that the parameter passed was my offset value. i could then pick it up in my search and return the relevant data using my num per page limit and my offset.

maybe this will help someone else on a bad day.

btw, CI does rock.

andrewg.


Messages In This Thread
Pagination, a simple thing but stuck [RESOLVED] - by El Forum - 02-23-2009, 10:02 PM
Pagination, a simple thing but stuck [RESOLVED] - by El Forum - 02-24-2009, 12:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB