Esempio n. 1
0
 public function getCrmUserprofileTbl()
 {
     return $this->hasOne(CrmUserprofile::className(), ['ID' => 'USER_ID']);
 }
Esempio n. 2
0
 public function getUserprofile()
 {
     return $this->hasOne(CrmUserprofile::className(), ['ID_USER' => 'ID_USER']);
 }