You can use :
$this->db->get_where('product', 'category_id >=10');
OR
$this->db->where('category_id >=10');
0
solved how to get result form mysql query in specific ids [closed]
You can use :
$this->db->get_where('product', 'category_id >=10');
OR
$this->db->where('category_id >=10');
0
solved how to get result form mysql query in specific ids [closed]