Yii2 Multilple AndFilterWhere

[Solved] Yii2 Multilple AndFilterWhere | Php Frameworks Yii - Code Explorer | yomemimo.com
Question : yii2 multilple andFilterWhere

Answered by : panicky-panther-bbh258tbe9vk

 $query->andFilterWhere([ 'or', ['like', 'ap.fiscal_name', $this->relatedName], ['like', 'ad.fiscal_name', $this->relatedName], ]);

Source : https://stackoverflow.com/questions/40800945/yii2-andfilterwhere-with-cases-is-it-possible | Last Update : Sat, 11 Sep 21

Answers related to yii2 multilple andFilterWhere

Code Explorer Popular Question For Php Frameworks Yii