Пример #1
0
 public function getCate()
 {
     return $this->hasOne(ArticleCate::className(), ['id' => 'cid']);
 }