Yii model get query Dump the Sql for a Query Yii 2.0: Show raw SQL query $query = new Books::find()->where('author=2'); echo $query->createCommand()->sql; $query->createCommand()->getRawSql() lang/php 2017.08.25