我試圖在每次 ei 運(yùn)行該函數(shù)時(shí)獲取下一行,但它始終返回 0模型function getNextMuziek($id) { $this->db->where('id', $id); $this->db->limit(1); $query = $this->db->get('muziek')->num_rows() == 1; return $query->next_row(); }
- 1 回答
- 0 關(guān)注
- 182 瀏覽
添加回答
舉報(bào)
0/150
提交
取消