コード例 #1
0
ファイル: News.php プロジェクト: hanxiao84322/coach_system
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCategory()
 {
     return $this->hasOne(NewsCategory::className(), ['id' => 'category_id']);
 }