예제 #1
0
파일: contact.php 프로젝트: dieka2501/jip
 function get_page()
 {
     return contact::orderBy($this->primaryKey, 'DESC')->paginate(20);
 }