Exemple #1
0
 public function getUserprofile()
 {
     return $this->hasOne(Userprofile::className(), ['ID' => 'id']);
 }