📅  最后修改于: 2022-03-11 14:54:30.175000             🧑  作者: Mango
代码示例5
function data_model() {
$this->db->select('*');
$this->db->from('news_data');
$id = $this->db->get()->num_rows();
return $id;
}