Welcome Guest, Not a member yet? Register   Sign In
Problem in Pagination
#5

[eluser]zombica[/eluser]
Here it goes....

//Get All users data
function get_all_user($num,$offset,$user_id)
{
$query = $this->db->query("SELECT * from tms_user where userId <> $user_id and deleted='0' order by username LIMIT ".$num.",".$offset." ");
$result=$query->result();
return $result;
}


Messages In This Thread
Problem in Pagination - by El Forum - 06-26-2009, 12:08 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:18 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:20 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:25 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:26 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:28 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:33 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:48 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB