Questions tagged [yii-relations]
47 questions
-1
votes
1 answer
Yii model relation not working
i have got 2 table where i have to relation between this two
------------------- -----------------
| preceptor | | bio |
|-----------------| |---------------|
| Preceptor_id | | bio_id …

Dipendra Deshar
- 65
- 2
- 12
-1
votes
1 answer
YII2 Associations examples or via() or viaTable() example
HI All,
This example will help you how to get products details of customer using restful API call,