Commit a6e84aee authored by zYne's avatar zYne

--no commit message

--no commit message
parent 4f81ab61
...@@ -104,6 +104,11 @@ class Doctrine_RawSql extends Doctrine_Query_Abstract ...@@ -104,6 +104,11 @@ class Doctrine_RawSql extends Doctrine_Query_Abstract
$this->_sqlParts['select'] = array(); $this->_sqlParts['select'] = array();
} }
public function parseQuery($query)
{
return $this->parseDqlQuery($query);
}
/** /**
* parseDqlQuery * parseDqlQuery
* parses an sql query and adds the parts to internal array. * parses an sql query and adds the parts to internal array.
......
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