Guest User

Untitled

a guest
Mar 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. $query = new Books::find()->where('author=2');
  4. //↓これ
  5. echo $query->createCommand()->getRawSql();
Add Comment
Please, Sign In to add comment