Skip to content

Instantly share code, notes, and snippets.

@mrios
Created May 28, 2015 15:01
Show Gist options
  • Save mrios/b9c6399c9eb27ac63840 to your computer and use it in GitHub Desktop.
Save mrios/b9c6399c9eb27ac63840 to your computer and use it in GitHub Desktop.
public function getAsArrayBy($field,$value)
{
return $this->_em->createQuery("SELECT e FROM ".$this->_entityName." e where e.$field='". $value."'")->getArrayResult();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment