Skip to content

Instantly share code, notes, and snippets.

@leben-jp
Last active March 12, 2018 11:57
Show Gist options
  • Select an option

  • Save leben-jp/378d266a1482ef1010b782b93ba914ad to your computer and use it in GitHub Desktop.

Select an option

Save leben-jp/378d266a1482ef1010b782b93ba914ad to your computer and use it in GitHub Desktop.
<?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