Solar_Sql_Select::limit()
public
Solar_Sql_Select
Solar_Sql_Select::limit
( int $count = NULL
, int $offset = 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.