-
-
/**
- * 간단한 페이징 클래스
- * Page.class.php
- */
- 클래스 페이지
- {
- private $page_num //페이지당; 표시되는 정보 개수
- private $page_all_no; //전체 정보 개수
- private $page_len; //표시되는 페이지 번호 수
- private $page; //현재 페이지 번호
- private $ page_max ; //페이지 번호의 최대값
- private $page_no_array; //페이지 번호 배열
- public $start_num; //쿼리문 시작값 제한
- private $page_change; 시작하고 페이지 번호가 증가합니다
- private $URL; //현재 페이지의 URL을 가져옵니다
public 함수 __construct($page_all_no, $page_num=5, $page_len=5)
- {
- $this->page_all_no = intval($page_all_no);
- $this->page_num = intval($page_num);
- $this->page_len = intval($page_len );
- $this->URL = $_SERVER['REQUEST_URI'];
- $this->max_page() //최대 페이지 수 가져오기
- $this->page_no( ); // 현재 페이지 번호를 가져옵니다
- $this->page_no_array(); //페이지 번호 배열
- $this->start_num() //SQL 문의 제한 시작 값을 가져옵니다.
- $this- >change_page(); //증분이 시작되는 페이지 번호를 가져옵니다. $this->page_change
- $this->getURL() //현재 URL을 가져와 처리합니다.
- }
비공개 함수 isArray($str,$str_self)
- {
- if(!is_array($str))를 반환하고 new Exception("$ str_self는 배열 유형이어야 합니다.");
- }
비공개 함수 page_no()
- {
- $this->page = isset($_GET[' 페이지']) ? $_GET['페이지'] : 1;
- if(isset($_GET['page']) && $_GET['page'] page = 1 ;
- if(isset($_GET[' page']) && $_GET['page'] > $this->page_max) $this->page = $this->page_max;
- return $this->page;
- }
private function max_page()
- {
- return $this->page_max = $this->page_all_no page_all_no/$this->page_num);
- }
비공개 함수change_page()
- {
- return $this->page_change = ceil( $this->page_len / 2);
- }
private function page_no_array()
- {
- return $this->page_no_array = range(1, $this->page_max);
- }
private function start_num()
- {
- return $ this->start_num = $this->page_num * ($this->page - 1);
- }
비공개 함수 getURL()
- {
- if(!empty($_SERVER['argc ']) ? $_SERVER['argc'] == 0 : strpos($_SERVER['REQUEST_URI'], '?') === false)
- {
- $this->URL = $this ->URL.'?';
- }else{
- $url_a = "/?page=[0-9]{1,}/";
- $url_b = "/&page=[0 -9]{1,}/";
- ereg("?page=[0-9]{1,}", $this->URL) ? $this->URL = preg_replace($url_a, "?", $this->URL):
- ereg("&page=[0-9]{1,}", $this->URL) ? $this->URL = preg_replace($url_b , "&", $this->URL):$this->URL = $this->URL.'&';
- }
- return $this->URL;
- }
비공개 함수 header_info($total_data_modifier='총 수:', $total_page_modifier='총 페이지 수:', $current_page_modifier ='현재 페이지:', $header_info_modifier='', $ header_data_color = 'red'){
- if($this->page_max != 1 && $this->page_all_no != 0)
- {
- $header_info = $total_data_modifier.''.$this->page_all_no.'' ;
- $header_info .= $total_page_modifier.''.$this->page_max.'> ;';
- $header_info .= $current_page_modifier.' '.$this->page.''."rn";
- if( !empty($header_info_modifier)) $header_info = $header_info_modifier.$header_info;
- return $header_info;
- }else{
- return NULL;
- }
- }
private function first($first_format = '첫 번째 페이지')
- {
- return $this->page == 1 ? first_format."rn" : ''. $first_format.''."rn ";
- }
비공개 함수 last($last_format = '上一页')
- {
- if($this->page == 1) return $last_format."rn ";
- return $this->page-1 == 1 ? ''.$last_format.''."rn" : ' '.$last_format.''."rn";
- }
비공개 함수 page_num_format($separator=' ', $left_modifier='[', $right_modifier=']', $both_sides=false, $current_page_color = '빨간색')
- {
- 비어 있음($separator) ? $separator = ' ' : $separator;
- $page_array = '';
- if($this->page_max page_len)
- {
- for ($i =0; $i page_max; $i )
- {
- if($this->page_no_array[$i] == $this->page)
- 🎜>$the[$i] = ''.$left_modifier.$this->page_no_array[$i].$right_modifier.''."rn ";
- }else{
- if($i == 0)
- {
- $page_one = substr($this->URL,0,strlen($this->URL)- 1);
- $the[$i] = ''.$left_modifier.$this->page_no_array[$i].$right_modifier.'< ;/a>'."rn";
- }else{
- $the[$i] = ''.$left_modifier.$this->page_no_array[$i].$right_modifier.''."rn";
- }
- }
- $page_array .= $the[$i].$separator;
- }
- if($both_sides === false)
- {
- $page_array = substr($page_array,0 ,strrpos($page_array, $separator));
- }elseif ($both_sides === true){
- $page_array = $separator.$page_array;
- }else{
- 새로운 예외 발생( '오류: $both_sides는 부울 유형이어야 합니다.');
- }
- }else{
- if($this->page page_change)
- {
- $i_start = 0;
- }else{
- $i_start = $this->page - $this->page_change;
- //如果最大的页码已显示,那么开始页就不会재递增
- if($i_start >= $this->page_max - $this->page_len){
- $i_start = $this->page_max - $this->page_len;
- }
- }
- $i_end = ($i_start $this->page_len) - 1;
- for ($i = $i_start; $i {
- if($this->page_no_array[$i] == $this->page)
- {
- $the[$i] = ''.$left_modifier.$this->page_no_array[$i].$right_modifier.'
'."rn";
- }else{
- if($i == 0)
- {
- $page_one = substr($this->URL,0,strlen($this-> ;URL)-1);
- $the[$i] = ''.$left_modifier.$this->page_no_array[$i].$ right_modifier.''."rn";
- }else{
- $the[$i] = ''.$left_modifier.$this->page_no_array[$i].$right_modifier.''."rn";
- }
- }
- $page_array .= $the[$i].$separator;
- }
- if($both_sides === false)
- {
- $page_array = substr( $page_array,0,strrpos($page_array, $separator));
- }elseif ($both_sides === true){
- $page_array = $separator.$page_array;
- }else{
- 새로운 예외 발생('ERROR: $both_sides는 부울 유형이어야 합니다.');
- }
- }
- return $page_array;
- }
private function next($next_format = '下一页')
- {
- if($this->page >= $this->page_max) return $next_format."rn";
- return ' '.$next_format.' '."rn";
- }
private function end($end_format = '最后一页')
- {
- return $this->page > ;= $this->page_max ? $end_format."rn" : ''.$end_format.' '."rn";
- }
공개 함수 select_page($target='self', $select_page_mode='PMA', $value_left_modifier='' , $value_right_modifier='')
- {
- if($this->page_max != 1 && $this->page_all_no != 0)
- {
- if($select_page_mode === 'NORMAL')
- {
- $page_no_array = $this->page_no_array;
- }elseif($select_page_mode === 'PMA'){
- $page_no_array = $this->PMA_page_no_array( );
- }else{
- 새 예외 발생('$select_page_mode는 알 수 없는 모드입니다.');
- }
- $select_page = '';
- $select_page .= ''. "n";
- return $select_page;
- }else{
- return NULL;
- }
- }
비공개 함수 PMA_page_no_array()
- {
- $showAll = 200;
- $sliceStart = 5;
- $sliceEnd = 5;
- $percent = 20;
- $range = 10;
-
if ($this->page_max $this->PMA_page_no_array = range(1, $this->page_max);
- } else {
- $ this->PMA_page_no_array = array();
- for ($i = 1; $i $this->PMA_page_no_array[] = $i;
- }
- for ($i = $this->page_max - $sliceEnd; $i page_max; $i ) {
- $this->PMA_page_no_array[] = $i;
- }
- $i = $sliceStart;
- $x = $this->page_max - $sliceEnd;
- $met_boundary = false;
- while($i if ($i >= ($this->page - $range) && $i page $range)) {
- $i ;
- $ met_boundary = true;
- } else {
- $i = $i Floor($this->page_max / $percent);
- if ($i > ($this->page - $range ) && !$met_boundary) {
- $i = $this->페이지 - $range;
- }
- }
- if ($i > 0 && $i $this->PMA_page_no_array[] = $i;
- }
- }
- sort($this->PMA_page_no_array);
- $this->PMA_page_no_array = array_unique($ this->PMA_page_no_array);
- }
- return $this->PMA_page_no_array;
- }
public function key_change_page(){
- echo '< ;script type="text/javascript">
- document.onkeydown=Page_keypress;
- function Page_keypress(e){
- if(!e)var e = window.event;
- var kc = e.which||e.keyCode;
- 스위치(kc){
- 사례 37:
- if(document.getElementById("kl_last") != null) location.href=document.getElementById("kl_last ").href;
- break;
- 사례 39:
- if(document.getElementById("kl_next") != null) location.href=document.getElementById("kl_next").href;
- break;
- }
- }
- ';
- }
public function eshow()
- {
- return $this->last().$this->next();
- }
public function showForHelp()
- {
- return $this- >first('首页', '').$this->last('上一页', '').$this->page_num_format('', '', '', false, '#FF8500 ').$this->next('下一页', '').$this->end('尾页', '');
- }
- public function show()
- {
- return $this->header_info().$this->first('首页', '').$this->last('上一页', '').$this->page_num_format('', '', '', false, '#FF8500').$this->next('下一页', '').$this- >end('尾页', '');
- }
- }
-
复代码
2. PHP 페이징 클래스 사용 방법:
-
- header('content-type:text/html;charset=utf-8');
- include('Page.class.php') ;
- $page_all_no = 12000; //전체 데이터 항목 개수
- $page_num = 25; //각 페이지에 표시되는 항목 개수 설정
- $page_len = 7; 표시할 페이지 번호
- $page = new Page($page_all_no, $page_num, $page_len);
- $start_num = $page->start_num;
- $sql = "테이블 제한에서 * 선택 {$ start_num}, {$page_num }";
- $page->key_change_page(); //페이지 넘김 방향키
- var_dump($sql);
- //3가지 페이징 형태가 나오며, 필요에 따라 새 메소드를 추가할 수 있습니다.
- echo '
'.$page->select_page('self', 'NORMAL').' ' //여기에서 두 번째 매개변수입니다. 기본적으로 다음 모드와 같이 PMA로 설정되어 있으며, 두 모드의 차이점은 위에 나와 있습니다.
- echo '
'.$page->eshow().' ';
- echo '
'.$page->show().' ';
코드 복사
3, PHP 페이징 클래스, 렌더링 :
|