コード例 #1
0
ファイル: Item.php プロジェクト: engmohamedamer/gotest
 public function getCategory()
 {
     return $this->hasOne(Category::className(), ['category_id' => 'category_id']);
 }