Skip to content

Instantly share code, notes, and snippets.

@grizmio
Created February 17, 2022 22:09
Show Gist options
  • Save grizmio/d3b39952f6af982ec910c3f0db1a020a to your computer and use it in GitHub Desktop.
Save grizmio/d3b39952f6af982ec910c3f0db1a020a to your computer and use it in GitHub Desktop.
mariadb/mysql ifnull and cakephp
<?php
$q->where(function (QueryExpression $exp, Query $q) {
return $q->func()->ifnull(["Foo.type NOT IN ('Bar', 'Baz')" => 'identifier', 'true' => 'identifier']);
});
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment