php Google スタイル ページング コード_PHP チュートリアル

WBOY
リリース: 2016-07-20 11:06:39
オリジナル
1075 人が閲覧しました

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

$re = '



  • '.$ this->lineCount.'条

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

    $re .= '

';
return $re;
}


www.bkjia.comtru​​ehttp://www.bkjia.com/PHPjc/445013.html技術記事 php 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 までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート