1
0
mirror of synced 2025-01-29 19:41:45 +03:00
This commit is contained in:
zYne 2008-01-10 21:39:05 +00:00
parent 4f81ab61b2
commit a6e84aeed1

View File

@ -104,6 +104,11 @@ class Doctrine_RawSql extends Doctrine_Query_Abstract
$this->_sqlParts['select'] = array();
}
public function parseQuery($query)
{
return $this->parseDqlQuery($query);
}
/**
* parseDqlQuery
* parses an sql query and adds the parts to internal array.