Skip to content

Instantly share code, notes, and snippets.

@tguruslan
Last active November 4, 2023 09:42
Show Gist options
  • Save tguruslan/9f2b5eb87c8fe821afee7cbb8fa4cc6c to your computer and use it in GitHub Desktop.
Save tguruslan/9f2b5eb87c8fe821afee7cbb8fa4cc6c to your computer and use it in GitHub Desktop.
yii2 or activequery
<?php
$query->andFilterWhere(['OR', ['is', $key, new \yii\db\Expression('null')], ['<=','LENGTH('.$key.')',0]])->all();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment