public function __construct(DataQuery $base, $connective) { parent::__construct($base->dataClass); $this->query = $base->query; $this->whereQuery = new SQLSelect(); $this->whereQuery->setConnective($connective); $base->where($this); }