On Mon Mar 26 10:37:14 2012, duke wrote:
I know but you suggestion:
foreach ($resultSet as $row) {}

as I've wrote, will emit "mysql out of sync error" when another module
(or event) use db driver. To resolve that we must loop at resultSet and
get data,
but not convert all row object to array.


Are you using the mysqli driver? I was getting those errors with msyqli, I switched to the PDO driver and didn't get the same error with PDO.



--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to