ホームページ > バックエンド開発 > PHPチュートリアル > 5 ページのカテゴリ_PHP チュートリアル

5 ページのカテゴリ_PHP チュートリアル

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
リリース: 2016-07-13 17:24:35
オリジナル
757 人が閲覧しました

infoCount = $infoCount; $this->items = $items; $this->pageNo = $pageNo; $this->pageCount = $this->GetPageCount(); $this->AdjustPageNo(); $this->startPos = $this->GetStartPos(); } function AdjustPageNo() { if($this->pageNo == || $this->pageNo pageNo = 1; if ($this->pageNo > $this->pageCount) $this->pageNo = $this- >pageCount; } /*** 次のページ*/ function GoToNextPage() { $nextPageNo = $this->pageNo + 1; if ($nextPageNo > $this->pageCount) { $this->nextPageNo = $this-> pageCount; return false; } $this->nextPageNo = $nextPageNo; return true; } /*** 前のページ*/ function GotoPageNo = $this->pageNo - 1; 1; 戻り値 false; } $this->prevPageNo = $prevPageNo; } 関数 GetPageCount() { 戻り値 ($this->infoCount / $this->items) } 関数 GetStartPos() ->ページ番号 - 1) * $this->items } } ?>

http://www.bkjia.com/PHPjc/532123.htmlwww.bkjia.comtru​​ehttp://www.bkjia.com/PHPjc/532123.html技術記事 infoCount = $infoCount; $this->items = $items; $this->pageNo = $pageNo; $this->pageCount = $this->GetPageCount(); $this->AdjustPageNo(); $this->startPos = $this->GetStartPos(); } f...
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート