$UserObj

  • Variable name: $UserObj
  • Data type: PHP standard object
  • Data members:
    • UserID (integer)
    • UserFullName (plain text)
    • UserName (plain text)
    • UserPhone (plain text)
    • UserEmail (plain text)
    • UserPermissions (integer)
    • UserIsAdmin (enum('Y','N'))
  • Defined in: pagestart.php
  • See also: $username, $CurrentUserID

This variable stores profile data for the current user when the page is requested.  If there's no user logged in the variable will display the profile data for the "guest" account.