Yii2 merge queries like cdbcriteria in yii1
问题 I have a problem regarding merge of multiple queries. In Yii 1.x you could merge a CDbCriteria with $criteria->merge($otherCriteria) How can I achieve the same nested conditions etc with queries in Yii2? Edit: Let's say I want separate queries to form subqueries. And after all subqueries are done I want to merge them together to the one big query. 回答1: There is no CDbCriteria concept in Yii2 anymore. Instead you can refer to the following classes: http://www.yiiframework.com/doc-2.0/yii-db