PHP 클래스 PageBar

파일 보기 프로젝트 열기: zblogcn/zblogphp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$Buttons array
$Count 内容总数
$NextButton null
$PageAll 总页数
$PageBarCount Pagebar长度数量
$PageCount 每页数量
$PageFirst 起始页
$PageLast 最后页
$PageNext 下一页
$PageNow 当前页
$PagePrevious 上一页
$PrevButton null
$UrlRule null | UrlRule
$buttons array
$nextbutton null
$prevbutton null

공개 메소드들

메소드 설명
Make ( ) : null 构造分页条
__construct ( $url, boolean $makereplace = true )

메소드 상세

Make() 공개 메소드

构造分页条
public Make ( ) : null
리턴 null

__construct() 공개 메소드

public __construct ( $url, boolean $makereplace = true )
$url
$makereplace boolean

프로퍼티 상세

$Buttons 공개적으로 프로퍼티

public array $Buttons
리턴 array

$Count 공개적으로 프로퍼티

内容总数
public $Count

$NextButton 공개적으로 프로퍼티

public null $NextButton
리턴 null

$PageAll 공개적으로 프로퍼티

总页数
public $PageAll

$PageBarCount 공개적으로 프로퍼티

Pagebar长度数量
public $PageBarCount

$PageCount 공개적으로 프로퍼티

每页数量
public $PageCount

$PageFirst 공개적으로 프로퍼티

起始页
public $PageFirst

$PageLast 공개적으로 프로퍼티

最后页
public $PageLast

$PageNext 공개적으로 프로퍼티

下一页
public $PageNext

$PageNow 공개적으로 프로퍼티

当前页
public $PageNow

$PagePrevious 공개적으로 프로퍼티

上一页
public $PagePrevious

$PrevButton 공개적으로 프로퍼티

public null $PrevButton
리턴 null

$UrlRule 공개적으로 프로퍼티

public null|UrlRule $UrlRule
리턴 null | UrlRule

$buttons 공개적으로 프로퍼티

public array $buttons
리턴 array

$nextbutton 공개적으로 프로퍼티

public null $nextbutton
리턴 null

$prevbutton 공개적으로 프로퍼티

public null $prevbutton
리턴 null