Sets the table or subquery to be used for the condition.
$table: The table name or the subquery to be used. Use a Select query object to pass in a subquery.
$this The called object.
protected function conditionTable($table) { $this->conditionTable = $table; return $this; }