예제 #1
0
파일: Goods.php 프로젝트: A111ex/parser.ru
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getOffers()
 {
     return $this->hasMany(Offers::className(), ['goods_id' => 'id']);
 }