Question

How can I call a stored procedure using Doctrine?

Was it helpful?

Solution

Doctrine doesn't have support for stored procedures per se. The exact method depends on doctrine version, but the best thing to do is to use doctrine native interface and call the proc directly with results eventually mapped to a domain class, if needed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top