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