Ejemplo n.º 1
0
 public function behaviors()
 {
     return array_merge(parent::behaviors(), [['class' => 'mdm\\converter\\RelatedConverter', 'attributes' => ['nmProduct' => [[Product::className(), 'id' => 'product_id'], 'name']]]]);
 }
Ejemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPrices()
 {
     return $this->hasMany(Price::className(), ['price_category_id' => 'id']);
 }