1
0
mirror of synced 2025-03-27 18:33:53 +03:00
This commit is contained in:
zYne 2007-04-22 11:06:19 +00:00
parent c39c751889
commit e990c9e4f8

View File

@ -341,7 +341,9 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable {
$e = explode('.', $arg);
if(count($e) > 1) {
if (is_numeric($arg)) {
$arglist[] = $arg;
} elseif (count($e) > 1) {
//$tableAlias = $this->getTableAlias($e[0]);
$table = $this->tables[$tableAlias];