Skip to content

Instantly share code, notes, and snippets.

@dcb9
Created August 27, 2015 08:13
Show Gist options
  • Save dcb9/d51cd45e2afca84f5713 to your computer and use it in GitHub Desktop.
Save dcb9/d51cd45e2afca84f5713 to your computer and use it in GitHub Desktop.
<?php
$model = Model::find()
->where(['count' => ['$gt' => $count]])
->one();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment