Admidio API
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Packages

  • com
    • tecnick
      • tcpdf
  • None
  • PHPMailer
    • easypeasyics
  • PHPWavUtils
  • Securimage
    • classes

Classes

  • AutoLogin
  • Component
  • ComponentUpdate
  • ConditionParser
  • Database
  • DateTimeExtended
  • Email
  • Folder
  • FormValidation
  • FunctionClass
  • Htaccess
  • HtmlDiv
  • HtmlElement
  • HtmlForm
  • HtmlFormBasic
  • HtmlFormInstallation
  • HtmlList
  • HtmlNavbar
  • HtmlPage
  • HtmlTable
  • HtmlTableBasic
  • Image
  • Inventory
  • InventoryFields
  • Language
  • LanguageData
  • ListConfiguration
  • Menu
  • Message
  • ModuleAnnouncements
  • ModuleDates
  • ModuleLists
  • ModuleMenu
  • ModuleMessages
  • Modules
  • ModuleWeblinks
  • MyFiles
  • Navigation
  • ntlm_sasl_client_class
  • Organization
  • Participants
  • PasswordHash
  • PasswordHashing
  • ProfileFields
  • RoleDependency
  • RolesRights
  • RSSfeed
  • Session
  • SystemMail
  • TableAccess
  • TableAnnouncement
  • TableCategory
  • TableDate
  • TableFile
  • TableFolder
  • TableGuestbook
  • TableGuestbookComment
  • TableInventory
  • TableInventoryField
  • TableLists
  • TableMembers
  • TableMessage
  • TablePhotos
  • TableRoles
  • TableRooms
  • TableText
  • TableUserField
  • TableUsers
  • TableWeblink
  • UploadHandlerDownload
  • UploadHandlerPhoto
  • User
  • UserRegistration

Exceptions

  • AdmException
  • WavFileException
  • WavFormatException

Functions

  • admFuncAutoload
  • admFuncGeneratePagination
  • admFuncGetBytesFromSize
  • admFuncGetDirectoryEntries
  • admFuncMaxUploadSize
  • admFuncProcessableImageSize
  • admFuncShowCreateChangeInfoById
  • admFuncShowCreateChangeInfoByName
  • admFuncVariableIsValid
  • admReadTemplateFile
  • admStrIsValidFileName
  • admStrStripTagsSpecial
  • admStrToLower
  • admStrToUpper
  • bzip2Version
  • checkDatabaseVersion
  • checkPhpVersion
  • EmailAttachment
  • FileSizeNiceDisplay
  • FormattedTimeRemaining
  • FunctionIsDisabled
  • getFormerRolesFromDatabase
  • getFutureRolesFromDatabase
  • getmicrotime
  • getRoleMemberships
  • getRolesFromDatabase
  • gzipVersion
  • hasRole
  • hl_attrval
  • hl_bal
  • hl_cmtcd
  • hl_ent
  • hl_prot
  • hl_regex
  • hl_spec
  • hl_tag
  • hl_tag2
  • hl_tidy
  • hl_version
  • htmLawed
  • HTMLFilter
  • isGroupLeader
  • isMember
  • kses
  • kses_hook
  • MySQLdumpVersion
  • OutputInformation
  • SafeExec
  • showNotice
  • strAddSlashesDeep
  • strNextLetter
  • strStripSlashesDeep
  • strStripTags
  • strValidCharacters
  • tln_body2div
  • tln_casenormalize
  • tln_deent
  • tln_defang
  • tln_findnxreg
  • tln_findnxstr
  • tln_fixatts
  • tln_fixstyle
  • tln_fixurl
  • tln_getnxtag
  • tln_sanitize
  • tln_skipspace
  • tln_tagprint
  • tln_unspace
  • version_compare_replacement
  • version_compare_replacement_sub

Class TableUsers

TableAccess
Extended by User
Extended by TableUsers
Deprecated: This class is deprecated and should not be used anymore. The class Users should be used instead.
Copyright: 2004-2016 The Admidio Team
License: GNU General Public License v2.0 only **********************************************************************************************
Class: TableUsers
Located at tableusers.php

Methods summary

public
# __construct( Database & $database, integer $userId = 0 )

Constructor that will create an object of a recordset of the table adm_users. If the id is set than the specific user will be loaded.

Constructor that will create an object of a recordset of the table adm_users. If the id is set than the specific user will be loaded.

Parameters

$database
Object of the class Database. This should be the default global object @b $gDb.
$userId
The recordset of the user with this id will be loaded. If id isn't set than an empty object of the table is created.

Overrides

User::__construct

Methods inherited from User

approveUsers(), assignDefaultRoles(), assignRoles(), checkLogin(), checkRolesRight(), clear(), columnsValueChanged(), commentGuestbookRight(), delete(), deleteUserFieldData(), editAnnouncements(), editDates(), editDownloadRight(), editGuestbookRight(), editInventory(), editPhotoRight(), editRoleMembership(), editUsers(), editWeblinksRight(), getAllMailRoles(), getAllVisibleRoles(), getOrganization(), getRoleMemberships(), getRoleMembershipsNoLeader(), getVCard(), getValue(), hasRightEditProfile(), hasRightSendMailToRole(), hasRightViewProfile(), hasRightViewRole(), isAdministrator(), isLeaderOfRole(), isMemberOfRole(), isWebmaster(), manageRoles(), noValueCheck(), readDataById(), renewRoleData(), save(), saveChangesWithoutRights(), setOrganization(), setPassword(), setRoleMembership(), setValue(), updateLoginData()

Methods inherited from TableAccess

__sleep(), connectAdditionalTable(), countAllRecords(), hasColumnsValueChanged(), isNewRecord(), readData(), readDataByColumns(), setArray(), setDatabase()

Properties summary

Properties inherited from User

$administrator, $assignRoles, $listMailRights, $listViewRights, $mProfileFieldsData, $organizationId, $rolesMembership, $rolesMembershipLeader, $rolesMembershipNoLeader, $roles_rights, $saveChangesWithoutRights, $usersEditAllowed

Properties inherited from TableAccess

$additionalTables, $columnPrefix, $columnsInfos, $columnsValueChanged, $db, $dbColumns, $keyColumnName, $new_record, $tableName

Admidio API API documentation generated by ApiGen