PHP Class PageTool, shudong-share

Show file Open project: HFO4/shudong-share Class Usage Examples

Protected Properties

Property Type Description
$page
$perpage
$total

Public Methods

Method Description
__construct ( $total, $page = false, $perpage = false )
show ( ) 创建分页导航

Method Details

__construct() public method

public __construct ( $total, $page = false, $perpage = false )

show() public method

创建分页导航
public show ( )

Property Details

$page protected property

protected $page

$perpage protected property

protected $perpage

$total protected property

protected $total