Solar_Sql_Select::compoundLimitPage()

public Solar_Sql_Select Solar_Sql_Select::compoundLimitPage ( int $page = NULL )

Sets the compound limit and count by page number; used only in UNION (etc) queries.

Parameters

  • (int) $page: Limit results to this page number.

Returns

  • (Solar_Sql_Select)

Description

Sets the compound limit and count by page number; used only in UNION (etc) queries.



Local