PHP Class Backend\Core\Engine\DataGridPaging

Inheritance: implements iSpoonDatagridPaging
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
getContent ( string $url, integer $offset, string $order, string $sort, integer $numResults, integer $numPerPage, boolean $debug = true, string $compileDirectory = null ) : string Builds & returns the pagination

Method Details

getContent() public static method

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
return string