📅  最后修改于: 2022-03-11 15:00:35.634000             🧑  作者: Mango
function data_model() {
$this->db->select('*');
$this->db->from('news_data');
$id = $this->db->get()->num_rows();
return $id;
}