예제 #1
0
파일: Article.php 프로젝트: dlpc/yii2-plane
 public function getCate()
 {
     return $this->hasOne(ArticleCate::className(), ['id' => 'cid']);
 }