mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
Update active-record.md
typo
This commit is contained in:
@ -500,7 +500,7 @@ if ($customers[0]->orders[0]->customer === $customers[0]) {
|
||||
```
|
||||
|
||||
> Note: Inverse relation cannot be defined with a relation that involves pivoting tables.
|
||||
> That is, if your relation iso defined with `via()` or `viaTable()`, you cannot call `inverseOf()` further.
|
||||
> That is, if your relation is defined with `via()` or `viaTable()`, you cannot call `inverseOf()` further.
|
||||
|
||||
|
||||
Joining with Relations
|
||||
|
||||
Reference in New Issue
Block a user