Welcome Guest, Not a member yet? Register   Sign In
CI3, active record contain $offset,$limit
#1

Hello, i already have   model that is this 

PHP Code:
$q $this->db->query("select * from employee where coloumnA like '%$keyword%' OR columnB like  '%$keyword%' LIMIT $offset,$limit");
return 
$q

I want to change it into query builder sentences,how to do it? I tried several times, but it gave errors.
Thanks
Reply


Messages In This Thread
CI3, active record contain $offset,$limit - by kelapamuda - 06-29-2020, 11:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB