/** * @return ActiveQuery */ public function getCategory() { return $this->hasOne(Category::className(), ['id' => 'categoryID']); }
public function getCategory($name = '经济d') { return $this->hasOne(Category::className(), ['id' => 'category_id'])->where(['title' => $name]); }