/** * @return \yii\db\ActiveQuery */ public function getCodeBank() { return $this->hasOne(CodeBank::className(), ['code' => 'codeBank_code']); }
public function getCodes() { return $this->hasOne(CodeBank::className(), ['order_product_id' => 'id']); // return $this->hasOne(CodeBank::className(),['order_product_id'=>'id']); }