Sau khi đọc một chút, tôi đã nghĩ ra những điều sau và nó hoạt động!
//first query here...
$results1 = $this->db->get()->result_array();
//second query here...
$results1 = $this->db->get()->result_array();
//then...
$query = array_merge($results1,$results2);