Users(string $table)
stringThe table to use as information source
create(string $username) : int
stringSpecifies the username
intuserid of created userdeleteUserByID(string $userid) : bool
stringSpecifies the user ID
boolTrue if the delete was successfuldeleteUserByUsername($username) : bool
boolTrue if the delete was successfulgetAccessibleUsers($perms, $includeAdmins) : array
arrayArray of user objects$db : object
| access | private |
|---|
$table : string
| access | private |
|---|