Après un peu de lecture, j'ai trouvé ce qui suit et ça marche !
//first query here...
$results1 = $this->db->get()->result_array();
//second query here...
$results1 = $this->db->get()->result_array();
//then...
$query = array_merge($results1,$results2);