Posts by Fernando Silva • 21 points
2 posts
-
0
votes2
answers343
viewsA: How to use store with Doctrine
Hello! Thank you for replying Marcelo! I have found the means to do it. There are two methods: 1) Using createNativeQuery $rsm = new ResultSetMapping; $em = $this->getEntityManager(); $sp =…
-
2
votes2
answers343
viewsQ: How to use store with Doctrine
How to use stored Procedure with Doctrine ? Should I use createNativeQuery ?