GregS
0
Q:

run raw sql with doctrine manager

   $em = $this->getDoctrine()->getManager();
   $stmt = $em->getConnection()->prepare($sql);
   $stmt->execute();
   return $stmt->fetchAll();
0

New to Communities?

Join the community