Beispiel #1
0
 public function getCategory()
 {
     return $this->hasOne(ArtCategories::className(), ["id" => "cat_id"]);
 }