Skip to content

Instantly share code, notes, and snippets.

@onmotion
Last active December 2, 2017 14:44
Show Gist options
  • Save onmotion/a4433527d6aa52ad4520f2dc1cea9786 to your computer and use it in GitHub Desktop.
Save onmotion/a4433527d6aa52ad4520f2dc1cea9786 to your computer and use it in GitHub Desktop.
<?php
$result = Order::find()->select(['price', 'firstname', 'lastname'])->joinWith('user')->createCommand()->queryAll();
Array
(
[client_id] => f43e28ff
[client_name] => name
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment