示例#1
0
文件: contact.php 项目: dieka2501/jip
 function get_page()
 {
     return contact::orderBy($this->primaryKey, 'DESC')->paginate(20);
 }