Skip to content

Instantly share code, notes, and snippets.

@imanilchaudhari
Last active June 10, 2022 10:23
Show Gist options
  • Save imanilchaudhari/1fc53815d3c53bfa43858c44d526f71a to your computer and use it in GitHub Desktop.
Save imanilchaudhari/1fc53815d3c53bfa43858c44d526f71a to your computer and use it in GitHub Desktop.
Yii2 filter from JSON field example
<?php $item = FileMeta::find()->where("JSON_EXTRACT(data, '$.user_id') = {$user_id} and JSON_EXTRACT(data, '$.type') = 'video'")->andWhere(['key' => 'showcase'])->one(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment