欣赏!谢谢,
$this->db->limit(1); $query = $this->db->get('my_table'); $myRow = $query->row();
与OFFSET和LIMIT
$query = $this->db->get('mytable',1); $myRow = $query->row();