예제 #1
0
 public function getCustom()
 {
     return $this->hasOne(Custom::className(), ['mobile' => 'mobile']);
 }
예제 #2
0
파일: MUser.php 프로젝트: noikiy/wowewe
 public function getCustomer()
 {
     return $this->hasOne(Custom::className(), ['mobile' => 'mobile'])->viaTable('wx_openid_bind_mobile', ['gh_id' => 'gh_id', 'openid' => 'openid']);
 }