added fetchArray()
This commit is contained in:
parent
2c9546e007
commit
f5277b5ff5
@ -904,6 +904,9 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable
|
||||
|
||||
return $str;
|
||||
}
|
||||
public function fetchArray($params = array()) {
|
||||
return $this->execute($params, Doctrine::HYDRATE_ARRAY);
|
||||
}
|
||||
/**
|
||||
* parseData
|
||||
* parses the data returned by statement object
|
||||
|
Loading…
x
Reference in New Issue
Block a user