Welcome Guest, Not a member yet? Register   Sign In
set query offset in active record with join
#2

[eluser]Aniket[/eluser]
You can set offset and limit this way
Code:
$this->db->limit($records_per_page,$offset);
$records_per_page refers to the no of records to display
$offest determines the offset.


Messages In This Thread
set query offset in active record with join - by El Forum - 02-26-2009, 03:31 AM
set query offset in active record with join - by El Forum - 02-26-2009, 03:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB