_stmt->fetch(PDO::FETCH_ASSOC)) { $result[] = $this->_gatherScalarRowData($data, $cache); } return $result; } /** @override */ protected function _hydrateRow(array &$data, array &$cache, &$result) { $result[] = $this->_gatherScalarRowData($data, $cache); } /** @override */ protected function _getRowContainer() { return array(); } }