PHP 클래스 Helper\PageData

파일 보기 프로젝트 열기: sendya/shadowsocks-panel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$context
$countQuery
$currentPage
$query
$recordPrePage

공개 메소드들

메소드 설명
__construct ( string $tableName, string $extras = '', array $column = ['*'] ) Create a new PageData object.
bindParam ( mixed $parameter, mixed &$variable, integer $data_type = Database::PARAM_STR, integer $length = null, mixed $driver_options = null ) Binds a parameter to the specified variable name
bindValue ( mixed $parameter, mixed $value, integer $data_type = Database::PARAM_STR ) Binds a value to a parameter
execute ( )
getContext ( )
setPage ( $currentPage )
setRecordPrePage ( integer $recordPrePage )

메소드 상세

__construct() 공개 메소드

Create a new PageData object.
public __construct ( string $tableName, string $extras = '', array $column = ['*'] )
$tableName string Target table name
$extras string Such as where statement or order statement
$column array Column names needs to be fetch

bindParam() 공개 메소드

Binds a parameter to the specified variable name
또한 보기: PDOStatement::bindParam
public bindParam ( mixed $parameter, mixed &$variable, integer $data_type = Database::PARAM_STR, integer $length = null, mixed $driver_options = null )
$parameter mixed
$variable mixed
$data_type integer
$length integer
$driver_options mixed

bindValue() 공개 메소드

Binds a value to a parameter
또한 보기: PDOStatement::bindValue
public bindValue ( mixed $parameter, mixed $value, integer $data_type = Database::PARAM_STR )
$parameter mixed
$value mixed
$data_type integer

execute() 공개 메소드

public execute ( )

getContext() 공개 메소드

public getContext ( )

setPage() 공개 메소드

public setPage ( $currentPage )

setRecordPrePage() 공개 메소드

public setRecordPrePage ( integer $recordPrePage )
$recordPrePage integer

프로퍼티 상세

$context 보호되어 있는 프로퍼티

protected $context

$countQuery 보호되어 있는 프로퍼티

protected $countQuery

$currentPage 보호되어 있는 프로퍼티

protected $currentPage

$query 보호되어 있는 프로퍼티

protected $query

$recordPrePage 보호되어 있는 프로퍼티

protected $recordPrePage