I\'m using this:
$this->getDoctrine()->getRepository(\'MyBundle:MyEntity\')->findAll(array(), Query::HYDRATE_ARRAY);
I thought that sh
Use getScalarResult() to get an array result with objects truncated to strings.
getScalarResult()