public function getAttrs() { return $this->hasMany(Attr::className(), ['category_id' => 'id']); }
public function getAttr() { return $this->hasOne(Attr::className(), ['id' => 'attr_id']); }