示例#1
0
 /**
  * Fetch a result row as an object
  *
  * @return object
  *   an object with string properties that correspond to the fetched row, or FALSE if there are no more rows.
  */
 public function fetch_object()
 {
     return $this->dbObj->fetch_object($this->query);
 }