Skip to content

Instantly share code, notes, and snippets.

@macnibblet
Created May 4, 2012 22:27
Show Gist options
  • Save macnibblet/2598120 to your computer and use it in GitHub Desktop.
Save macnibblet/2598120 to your computer and use it in GitHub Desktop.
<?php
$select = new SqlSelect('user');
$select->where->in('category_id', array(10, 40, 20));
echo $select->getSqlString(new \Zend\Db\Adapter\Platform\Mysql());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment