Exemplo n.º 1
0
 public function myprofile()
 {
     $al = new AccountLoginWeb();
     $al->editProfile();
 }
 public function profile()
 {
     $al = new AccountLoginWeb();
     $al->profile();
 }