ZF-153: little mistake in 3.3.9. Fetching Multiple Rows ('fetchRow()' should be 'fetch()')
Description
simply replace that line: $rowset = $table->fetchRow($where, $order, $count, $offset);
with this line: $rowset = $table->fetch($where, $order, $count, $offset);
Comments
Posted by Wil Sinclair (wil) on 2008-12-19T13:43:15.000+0000
Bookkeeping. Closing old issues and assigning them to the person who ultimately resolved the issue.