id = $row->id; $this->username = $row->username; $this->nickname = $row->nickname; $this->password = $row->password; $this->pass_method = $row->pass_method; $this->joined = $row->joined; $this->email = $row->email; $this->isbanned = $row->isbanned; $this->lastip = $row->lastip; $this->active = $row->active; $this->signature = $row->signature; $this->profile_views = $row->profile_views; $this->reset_code = $row->reset_code; $this->has_avatar = $row->has_avatar; $this->gravatar = $row->gravatar; $this->private_profile = $row->private_profile; $this->last_online = $row->last_online; $this->user_title = $row->user_title; $this->theme_id = $row->theme_id; $this->language_id = $row->language_id; $this->night_mode = $row->night_mode; $this->tfa_enabled = $row->tfa_enabled; $this->tfa_type = $row->tfa_type; $this->tfa_secret = $row->tfa_secret; $this->tfa_complete = $row->tfa_complete; $this->banner = $row->banner; $this->timezone = $row->timezone; $this->avatar_updated = $row->avatar_updated; $this->register_method = $row->register_method; $this->authme_sync_password = $row->authme_sync_password; } }