You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/3. Active Table.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,4 +128,4 @@ $table->addOrderBy('name');
128
128
```
129
129
130
130
### Explain
131
-
You can get the execution plan for the current **\PHPFUI\ORM\Table** query with the **getExplainRows** method. The results of this are dependant on the underlying database and can change.
131
+
You can get the execution plan for the current **\PHPFUI\ORM\Table** query with the **getExplainRows** method. The results of this are dependent on the underlying database and can change.
0 commit comments