Commit f5277b5f authored by zYne's avatar zYne

added fetchArray()

parent 2c9546e0
...@@ -904,6 +904,9 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable ...@@ -904,6 +904,9 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable
return $str; return $str;
} }
public function fetchArray($params = array()) {
return $this->execute($params, Doctrine::HYDRATE_ARRAY);
}
/** /**
* parseData * parseData
* parses the data returned by statement object * parses the data returned by statement object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment