少し読んだ後、私は次のことを思いつきました、そしてそれはうまくいきます!
//first query here...
$results1 = $this->db->get()->result_array();
//second query here...
$results1 = $this->db->get()->result_array();
//then...
$query = array_merge($results1,$results2);
少し読んだ後、私は次のことを思いつきました、そしてそれはうまくいきます!
//first query here...
$results1 = $this->db->get()->result_array();
//second query here...
$results1 = $this->db->get()->result_array();
//then...
$query = array_merge($results1,$results2);