\ThinkPage

Summary

Methods
Properties
Constants
__construct()
setConfig()
show()
$firstRow
$listRows
$parameter
$totalRows
$totalPages
$rollPage
$lastSuffix
No constants found
No protected methods found
No protected properties found
N/A
url()
$p
$url
$nowPage
$config
N/A

Properties

$firstRow

$firstRow : 

Type

$listRows

$listRows : 

Type

$parameter

$parameter : 

Type

$totalRows

$totalRows : 

Type

$totalPages

$totalPages : 

Type

$rollPage

$rollPage : 

Type

$lastSuffix

$lastSuffix : 

Type

$p

$p : 

Type

$url

$url : 

Type

$nowPage

$nowPage : 

Type

$config

$config : 

Type

Methods

__construct()

__construct(array  $totalRows, array  $listRows = 20, array  $parameter = array()) 

架构函数

Parameters

array $totalRows

总的记录数

array $listRows

每页显示记录数

array $parameter

分页跳转的参数

setConfig()

setConfig(string  $name, string  $value) 

定制分页链接设置

Parameters

string $name

设置名称

string $value

设置值

show()

show() : string

组装分页链接

Returns

string

url()

url(integer  $page) : string

生成链接URL

Parameters

integer $page

页码

Returns

string