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