Skip to content

Instantly share code, notes, and snippets.

@cawa87
Created January 18, 2013 11:08
Show Gist options
  • Save cawa87/4563947 to your computer and use it in GitHub Desktop.
Save cawa87/4563947 to your computer and use it in GitHub Desktop.
have exception when tiring to fetch new entity
i've creatde en entity http://pastie.org/5715817
and im tring to fetch all data from datadase by
$repository = $this->getEntityManager()->getRepository('\Application\Entity\GrpNew');
$group = $repository->findAll();
and having the error http://pastie.org/5716117
the structure of table is http://pastie.org/5716089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment