AbstractDataPaginator

package

Default

Methods

ManufacturerReader constructor.

__construct(\CI_DB_query_builder $query_builder) 

Arguments

$query_builder

\CI_DB_query_builder

Translate an order by sql instruction into a array of Sorter

_translateOrderByStringIntoArrayOfSorter(\StringType|null $orderBy = null) : array

Arguments

$orderBy

\StringType|null

SQL instruction with fields to sort.

Response

array

of Sorter objects.

Properties