value)) { $this->query->eq(Project::TABLE.'.id', 0); } else { $this->query->in(Project::TABLE.'.id', $this->value); } return $this; } }