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