Welcome Guest, Not a member yet? Register   Sign In
In Model how to select all last data starting from 5th row ?
#2

Remove the "where" clause and use "limit" :

$this->db->limit(5);
Reply


Messages In This Thread
RE: In Model how to select all last data starting from 5th row ? - by includebeer - 12-07-2014, 07:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB