Skip to content

Instantly share code, notes, and snippets.

@swaters86
Created May 12, 2017 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swaters86/9e5fad49aac1b17a022212be8d6d03a2 to your computer and use it in GitHub Desktop.
Save swaters86/9e5fad49aac1b17a022212be8d6d03a2 to your computer and use it in GitHub Desktop.
$schema = Yii::app()->db->schema;
$builder = $schema->commandBuilder;
$command = $builder->createFindCommand($schema->getTable('pos_patient_info'), $criteria);
$results = $command->text;
var_dump($results);
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment