Last active
March 12, 2018 11:57
-
-
Save leben-jp/378d266a1482ef1010b782b93ba914ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $query = new Books::find()->where('author=2'); | |
| //↓これ | |
| echo $query->createCommand()->getRawSql(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment