Esempio n. 1
0
 /**
  * returns array of rows with numeric keys from $result
  *
  * @param object $result result set identifier
  *
  * @return array
  */
 public function fetchRow($result)
 {
     return $this->_extension->fetchRow($result);
 }