Previous Page
leftJoin()

Solar_Sql_Select
limit()

Next Page
limitPage()

limit()

public Solar_Sql_Select limit ( int $count default NULL, int $offset default NULL )

Sets a limit count and offset to the query.

Parameters

  • (int) $count: The number of rows to return.
  • (int) $offset: Start returning after this many rows.

Returns

  • (Solar_Sql_Select)

Description

Sets a limit count and offset to the query.