php google 风格分页代码_PHP教程

WBOY
發布: 2016-07-20 11:06:39
原創
1082 人瀏覽過

php  google 风格分页代码
public function showCtrlPanel_g($halfPer = 5) {
  
  $re = '


   

        
  • '.$this->lineCount.'条

  •     
  • '.$this->currentPage.'/'.$this->pageCount.'页
  • ';
      if($this->currentPage-$halfPer >1){
       $re .= '
  • 1
  • ';
       if($this->currentPage-$halfPer*2 >1){
        $re .= '
  • ...
  • ';
       }else{
        $re .= '
  • ...
  • ';
       }
      }
      for ( $i = $this->currentPage - $halfPer,$i > 1 || $i = 1 , $j = $this->currentPage + $halfPer, $j pageCount || $j = $this->pageCount;$i   {
       $re .= $i ==  $this->currentPage
        ? '
  • '.$i.'
  • '." "
        : '
  • '.$i.'
  • '." ";
      }
      if($this->currentPage+$halfPer pageCount){
       if($this->currentPage+$halfPer*2 pageCount){
        $re .= '
  • ...
  • ';
       }else{
        $re .= '
  • ...
  • ';
       }
       $re .= '
  • '.$this->pageCount.'
  • ';
      }
        
      $re .= ' 
       

  
';
  return $re;
 }

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/445013.htmlTechArticlephp google 风格分页代码 public function showCtrlPanel_g($halfPer = 5){ $re = 'div class=pageMore ul lispan'.$this-lineCount.'条/span/li lispan'.$this-currentPage.'/'.$this-p...
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板