示例#1
0
文件: Custom.php 项目: noikiy/wowewe
 public function getOpenidBindMobile()
 {
     return $this->hasOne(OpenidBindMobile::className(), ['mobile' => 'mobile']);
 }
示例#2
0
文件: MUser.php 项目: noikiy/wowewe
 public function getOpenidBindMobiles()
 {
     return $this->hasMany(OpenidBindMobile::className(), ['gh_id' => 'gh_id', 'openid' => 'openid']);
 }