Definition at line 33 of file Query.php.
| Doctrine_Search_Query::__construct |
( |
|
$table | ) |
|
- Parameters
-
Definition at line 54 of file Query.php.
{
if (is_string($table)) {
} else {
}
}
$this->_table = $table;
$foreignId = current(array_diff($this->_table->getColumnNames(), array('keyword', 'field', 'position')));
$this->_condition = $foreignId . ' %s (SELECT ' . $foreignId . ' FROM ' . $this->_table->getTableName() . ' WHERE ';
}
The documentation for this class was generated from the following file: