Revision #2 has been created by samdark on Jan 29, 2019, 11:11:01 PM with the memo:
Fixed typo
« previous (#1) next (#3) »
Changes
Title
unchanged
Using multiple models in an identity
Category
unchanged
How-tos
Yii version
unchanged
2.0
Tags
changed
authentication,identity
Content
changed
[...]
}
```
In the above we assume that our ids are like `customer-23` or `supplier-34`. When we need to get identity instance we split the id by `-` and getting both type and integer id for the model corresponding to that type.
Having identity we can tell Yii to use it via `confing/main.php`:
```php
[
// ...
'components' => [[...]