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