We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a6a517 + acd3eb3 commit a5f4cceCopy full SHA for a5f4cce
docs/development/legacy/database/active-record.md
@@ -494,7 +494,7 @@ The second parameter lets you set a result offset:
494
495
ee()->db->limit(10, 20); // Produces: LIMIT 20, 10 (in MySQL. Other databases have slightly different syntax)
496
497
-### `ffset($offset)`
+### `offset($offset)`
498
499
| Parameter | Type | Description |
500
| --------- | --------------------- | ---------------------------- |
0 commit comments