This commit is contained in:
parent
a87e418354
commit
db08423507
@ -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
|
|||||||
$this->query->addDqlPart($name, $dql);
|
$this->query->addDqlPart($name, $dql);
|
||||||
$this->_parse($dql);
|
$this->_parse($dql);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user