PHP scripts register.php:
$compareUser = new User();
$user = new User;
verify.php (register.php bir link ile yürütür User.php iki değişken geçer)
User.php
setActive($token, $uid){
$this->username = /????
}
*assuming that User has a username property, which instance of the User class will $this take? $compareUser or $user?