buildLimit() public method
| public string buildLimit ( $limit, $offset ) | ||
|---|---|---|
| $limit | integer | |
| $offset | integer | |
| return | string |
The LIMIT and OFFSET clauses built from \yii\sphinx\query. |
buildLimit() public method
| public string buildLimit ( $limit, $offset ) | ||
|---|---|---|
| $limit | integer | |
| $offset | integer | |
| return | string |
The LIMIT and OFFSET clauses built from \yii\sphinx\query. |
Please login to continue.