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