Код: Выделить всё
$q_cat_beauty = $this->db->select('*')->from('ms_categories')->where('source_id', 1)->and('category_name', 'Oral Care')->get();
Подробнее здесь: https://stackoverflow.com/questions/444 ... -driverand
Код: Выделить всё
$q_cat_beauty = $this->db->select('*')->from('ms_categories')->where('source_id', 1)->and('category_name', 'Oral Care')->get();