php google 风格分页代码_PHP教程

WBOY
Lepaskan: 2016-07-20 11:06:39
asal
1077 orang telah melayarinya

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...
Label berkaitan:
sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan