예제 #1
0
 public function getMscs()
 {
     return $this->hasMany(MMarketingServiceCenter::className(), ['region_id' => 'id']);
 }
예제 #2
0
파일: MOffice.php 프로젝트: noikiy/wowewe
 public function getMsc()
 {
     return $this->hasOne(MMarketingServiceCenter::className(), ['id' => 'msc_id'])->viaTable('wx_rel_office_msc', ['office_id' => 'office_id']);
 }