find(1); if ($user !== null) { echo "Hello " . $user->getUsername() . ". Your email is " . $user->getEmail(); } ?>