示例#1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getArticle0()
 {
     return $this->hasOne(ElizeProduct::className(), ['article' => 'article']);
 }
示例#2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getE()
 {
     return $this->hasOne(ElizeProduct::className(), ['id' => 'e_id']);
 }