예제 #1
0
파일: Order.php 프로젝트: nanodesu88/easyii
 public function getGoods()
 {
     return $this->hasMany(Good::className(), ['order_id' => 'order_id']);
 }