PHP 클래스 Backend\Core\Engine\DataGridPaging

상속: implements iSpoonDatagridPaging
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
getContent ( string $url, integer $offset, string $order, string $sort, integer $numResults, integer $numPerPage, boolean $debug = true, string $compileDirectory = null ) : string Builds & returns the pagination

메소드 상세

getContent() 공개 정적인 메소드

Builds & returns the pagination
public static getContent ( string $url, integer $offset, string $order, string $sort, integer $numResults, integer $numPerPage, boolean $debug = true, string $compileDirectory = null ) : string
$url string
$offset integer
$order string The name of the column to sort on.
$sort string The sorting method, possible values are: asc, desc.
$numResults integer
$numPerPage integer The items per page.
$debug boolean
$compileDirectory string
리턴 string