Reputation: 809
I have function on the database named getDtails(id) using CREATE FUNCTION
on mysql
I can call it from mysql using SELECT getDetails(10)
which return aninteger.
i want to execute it from symfony 1.4 using doctrine.
Upvotes: 1
Views: 1441