📅  最后修改于: 2022-03-11 14:54:52.295000             🧑  作者: Mango
// num rows example
$this->db->select('*');
$this->db->where('whatever');
$query = $this->db->get('table');
$num = $query->num_rows();