Hi,
As far I know, Zend_Db doesn't try to support stored procedures. But you can
try following:
$conn = $db->getConnection();$conn->query('call dosomething();');
--
Pagarbiai,
Vladas Diržys
Tel.: +370 620 69020
www.dirzys.com
On Fri, Mar 6, 2009 at 12:46 PM, debussy007 <[email protected]> wrote:
>
> Hi,
>
> I've always used the Zend_Db_Table_Abstract to fetch data.
> However, I'll need to call a MySQL stored procedure now ...
> Anyone has an idea on how to achieve this ?
>
> Thank you.
> --
> View this message in context:
> http://www.nabble.com/Call-a-stored-procedure-tp22369464p22369464.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>