Commit 89f3554d authored by zYne's avatar zYne

--no commit message

--no commit message
parent aa48f564
...@@ -262,7 +262,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access ...@@ -262,7 +262,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access
*/ */
protected function clear() protected function clear()
{ {
$this->fetchModes = array();
$this->tables = array(); $this->tables = array();
$this->parts = array( $this->parts = array(
"select" => array(), "select" => array(),
...@@ -277,8 +276,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access ...@@ -277,8 +276,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access
); );
$this->inheritanceApplied = false; $this->inheritanceApplied = false;
$this->aggregate = false; $this->aggregate = false;
$this->collections = array();
$this->joins = array(); $this->joins = array();
$this->tableIndexes = array(); $this->tableIndexes = array();
$this->tableAliases = array(); $this->tableAliases = array();
...@@ -356,8 +353,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access ...@@ -356,8 +353,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access
* @return Doctrine_Collection the root collection * @return Doctrine_Collection the root collection
*/ */
public function execute($params = array(), $return = Doctrine::FETCH_RECORD) { public function execute($params = array(), $return = Doctrine::FETCH_RECORD) {
$this->collections = array();
$params = $this->conn->convertBooleans(array_merge($this->params, $params)); $params = $this->conn->convertBooleans(array_merge($this->params, $params));
if ( ! $this->view) { if ( ! $this->view) {
......
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