예제 #1
0
 function showProfile()
 {
     $profile = new UserProfile($this, $this->user, $this->profile);
     $profile->show();
 }