Answer the question
In order to leave comments, you need to log in
Yii2 many-to-many with three tables. How to organize?
There are tables:
- Author
- Document
it is clear that there is a Many-to-Many relationship.
You need to create a third table, Author-Document-relation , which will store author_id:doc_id, i.e. relations.
The question is how to organize a selection in the third table using the ActiveQuery::hasMany() method?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question