26 #require_once 'Zend/Db/Statement/Pdo.php'; 54 public function fetchAll($style =
null, $col =
null)
56 $data = parent::fetchAll($style, $col);
58 $remove = $this->_adapter->foldCase(
'ZEND_DB_ROWNUM');
61 if (is_array(
$row) && array_key_exists($remove,
$row)) {
83 if ((
$type ===
null) && ($length ===
null) && (
$options ===
null)) {
84 return $this->_stmt->bindParam($parameter,
$variable);
88 }
catch (PDOException $e) {
89 #require_once 'Zend/Db/Statement/Exception.php';
_bindParam($parameter, &$variable, $type=null, $length=null, $options=null)
fetchAll($style=null, $col=null)