Может быть, один из способов может быть таким:
Код: Выделить всё
$this->db->get_where('mytable' , array('42' => '42'));
Подробнее здесь: https://stackoverflow.com/questions/213 ... -passing-a
Код: Выделить всё
$this->db->get_where('mytable' , array('42' => '42'));