Example #1
0
 public function getArticleCat()
 {
     return $this->hasOne(ArticleCategory::className(), ['id' => 'categoryId']);
 }