/**
  * @return \yii\db\ActiveQuery
  */
 public function getI()
 {
     return $this->hasOne(IledebeauteProduct::className(), ['id' => 'i_id']);
 }
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getArticle0()
 {
     return $this->hasOne(IledebeauteProduct::className(), ['article' => 'article']);
 }