예제 #1
0
 public function getCat()
 {
     return $this->hasOne(ArticleCategories::className(), ['id' => 'catid']);
 }