Answer the question
In order to leave comments, you need to log in
How to properly organize a yii2 request?
There are 3 tables, one of them is a linking table.
made this request:
$dr = Driver::find()->joinWith('idTrips')
->where(['not', ['Date_end' => null]])
->all();
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