|
Previous Page |
Solar_Sql_Select |
Next Page |
limitPage()
public
Solar_Sql_Select
limitPage (
int $page default NULL
)
Sets the limit and count by page number.
Parameters
- (int)
$page: Limit results to this page number.
Returns
- (Solar_Sql_Select)
Description
Sets the limit and count by page number.
Local
- Overview
- Config
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _addCompound()
- _addSource()
- _build()
- _buildConfig()
- _buildFrom()
- _buildJoin()
- _buildSelect()
- _clearCompound()
- _clearParts()
- _countSubSelect()
- _exception()
- _hasCountCond()
- _join()
- _multiHaving()
- _multiWhere()
- _nameCols()
- _origAlias()
- _postConfig()
- _postConstruct()
- _preConfig()
- _prepareSubSelect()
- bind()
- clear()
- cols()
- compoundLimit()
- compoundLimitPage()
- compoundOrder()
- countPages()
- distinct()
- dump()
- fetch()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchValue()
- from()
- fromSelect()
- getPaging()
- group()
- having()
- innerJoin()
- innerJoinSelect()
- join()
- leftJoin()
- leftJoinSelect()
- limit()
- limitPage()
- locale()
- multiHaving()
- multiJoin()
- multiWhere()
- orHaving()
- orWhere()
- order()
- quote()
- quoteInto()
- quoteMulti()
- setPaging()
- unbind()
- union()
- unionAll()
- where()