Skip to content

Instantly share code, notes, and snippets.

@HDias
Created December 29, 2014 20:46
Show Gist options
  • Save HDias/368f3983c1ea7c55ae83 to your computer and use it in GitHub Desktop.
Save HDias/368f3983c1ea7c55ae83 to your computer and use it in GitHub Desktop.
In Controller
/**
* @return EntityManager
*/
protected function getEm()
{
if (null === $this->em)
$this->em = $this->getServiceLocator()->get('Doctrine\ORM\EntityManager');
return $this->em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment