コード例 #1
0
ファイル: contact.php プロジェクト: dieka2501/jip
 function get_page()
 {
     return contact::orderBy($this->primaryKey, 'DESC')->paginate(20);
 }