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