added fetchArray()
This commit is contained in:
parent
2c9546e007
commit
f5277b5ff5
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue