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.
1 parent 3a6a517 commit acd3eb3Copy full SHA for acd3eb3
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