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