Skip to content

Instantly share code, notes, and snippets.

@lorenzo
Created June 29, 2016 09:21
Show Gist options
  • Save lorenzo/c4ecf268dc9979fbbe421a4760327c3e to your computer and use it in GitHub Desktop.
Save lorenzo/c4ecf268dc9979fbbe421a4760327c3e to your computer and use it in GitHub Desktop.
<?php
$q->where(function ($exp, $q) use ($userVal) {
return $exp->gte($q->newExpr('foo * bar'), $userVal, 'integer');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment