示例#1
0
 /**
  * Get a result row as an enumerated array
  *
  * @return array
  *   an numerical array of strings that corresponds to the fetched row, or FALSE if there are no more rows.
  */
 public function fetch_row()
 {
     return $this->dbObj->fetch_row($this->query);
 }