$U = User->new( $user_name ); # at this point there is a minimal amount of data for the User object, but it should still be functional $U->LogIn(); # handles all of the database connection activity, loads in user info as well as populates project list, etc.