Commit db084235 authored by zYne's avatar zYne

--no commit message

--no commit message
parent a87e4183
...@@ -50,6 +50,7 @@ abstract class Doctrine_Query_Part ...@@ -50,6 +50,7 @@ abstract class Doctrine_Query_Part
{ {
return $this->query; return $this->query;
} }
/**
public function parse($dql, $append = false) public function parse($dql, $append = false)
{ {
$e = explode(' ', __CLASS__); $e = explode(' ', __CLASS__);
...@@ -58,4 +59,5 @@ abstract class Doctrine_Query_Part ...@@ -58,4 +59,5 @@ abstract class Doctrine_Query_Part
$this->query->addDqlPart($name, $dql); $this->query->addDqlPart($name, $dql);
$this->_parse($dql); $this->_parse($dql);
} }
*/
} }
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