26 #require_once 'Zend/Db/Statement/Pdo.php'; 55 public function fetchAll($style =
null, $col =
null)
57 $data = parent::fetchAll($style, $col);
59 $remove = $this->_adapter->foldCase(
'zend_db_rownum');
62 if (is_array(
$row) && array_key_exists($remove,
$row)) {
80 public function fetch($style =
null, $cursor =
null, $offset =
null)
82 $row = parent::fetch($style, $cursor, $offset);
84 $remove = $this->_adapter->foldCase(
'zend_db_rownum');
85 if (is_array(
$row) && array_key_exists($remove,
$row)) {
fetchAll($style=null, $col=null)
fetch($style=null, $cursor=null, $offset=null)