Skip to content

Commit 6fbd084

Browse files
committed
Update Table docs
1 parent 7538371 commit 6fbd084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/3. Active Table.md

+3
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,6 @@ $table->addUnion(new \Tests\App\Table\OrderTaxStatus());
126126
$table->addUnion(new \Tests\App\Table\PurchaseOrderStatus());
127127
$table->addOrderBy('name');
128128
```
129+
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.

0 commit comments

Comments
 (0)