Esempio n. 1
0
 public function getUser()
 {
     return $this->hasOne(User::className(), ['_id' => 'user_id']);
 }
Esempio n. 2
0
 public function getUser()
 {
     return $this->hasOne(User::className(), ['_id' => 'created_by']);
 }
Esempio n. 3
0
 public function getCreatorby()
 {
     return $this->hasOne(\app\modules\account\models\User::className(), ['_id' => 'creator']);
 }