Hi,
I have a problem with stored porcedure - with retrieving data from it:
PHP Code:
db.adapter = PDO_MYSQL
...
$dbAdapter = Zend_Registry::get('dbAdapter');
Zend_Debug::dump($dbAdapter->fetchAll('CALL '.$functionName.'('.$param.')'));
return empty array ( procedure is called right (log) and is OK ).
Thanks for your help,
H.