1
0
mirror of synced 2025-01-18 22:41:43 +03:00

added fetchArray()

This commit is contained in:
zYne 2007-07-06 13:10:54 +00:00
parent 2c9546e007
commit f5277b5ff5

View File

@ -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