示例#1
0
文件: Item.php 项目: tqsq2005/Yii2adv
 public function getCategory()
 {
     return $this->hasOne(Category::className(), ['category_id' => 'category_id']);
 }