Holds two global arrays ($db, $dbBack) containing the names of all of the tables in the datebase. More...
Go to the source code of this file.
Variables | |
$db | |
holds the names of sponsoring and usercake tables More... | |
$dbBackup | |
holds the names of the sponsoring backup tables More... | |
Holds two global arrays ($db, $dbBack) containing the names of all of the tables in the datebase.
Holds two global arrays ($db, $dbBack) containing the names of all of the tables in the datebase. These arrays are used in the vast majority of SQL-statements.
This file depends on inc/mysql.php.
Definition in file db.php.
$db |
holds the names of sponsoring and usercake tables
Definition at line 23 of file db.php.
Referenced by accessGranted(), addCar(), addCategory(), addPermission(), addProductionFacility(), addSponsor(), addSponsorCar(), addSponsorCarAttachment(), addSponsorCarEvent(), addSponsorCarFinancialDonation(), addSponsorCarMaterialDonation(), addSponsorCarProducedPart(), addSponsorContactPerson(), addSponsorProductionFacility(), addStatus(), LoggedInUser\checkPermission(), contactPersonExists(), createPages(), createPermission(), deleteCar(), deleteCategory(), deletePages(), deletePermission(), deleteProductionFacility(), deleteSponsor(), deleteSponsorCar(), deleteSponsorCarAttachment(), deleteSponsorCarEvent(), deleteSponsorCarFinancialDonation(), deleteSponsorCarMaterialDonation(), deleteSponsorCarProducedPart(), deleteSponsorContactPerson(), deleteSponsorProductionFacility(), deleteStatus(), deleteUsers(), deleteUsersPermanently(), emailExists(), emailUsernameLinked(), fetchAllCars(), fetchAllCategories(), fetchAllMatches(), fetchAllPages(), fetchAllPermissions(), fetchAllProductionFacilities(), fetchAllSponsors(), fetchAllSponsorsWithDeletedCars(), fetchAllStatus(), fetchAllUsers(), fetchCarDetails(), fetchCategoryDetails(), fetchContactPersonDetailsForVCard(), fetchContactPersonsWithMailAdresses(), fetchMailAdresses(), fetchMailAdressesNewsletter(), fetchPageDetails(), fetchPageIdForName(), fetchPermissionDetails(), fetchPermissionUsers(), fetchPossibleNewSponsorCars(), fetchProductionFacilityDetails(), fetchSponsorAddresses(), fetchSponsorCarAttachments(), fetchSponsorCarDetails(), fetchSponsorCarEvents(), fetchSponsorCarFinancialDonations(), fetchSponsorCarMaterialDonation(), fetchSponsorCarNames(), fetchSponsorCarProducedParts(), fetchSponsorContactPersons(), fetchSponsorDetails(), fetchSponsorEditDataForEditSections(), fetchSponsorLatestEditData(), fetchSponsorMailNewsletter(), fetchSponsorProductionFacilities(), fetchStatusDetails(), fetchUserDetails(), fetchUsername(), fetchUserPermissions(), flagPassword(), getLastActivity(), getStoredSession(), getTableNameForEditSection(), getTableRowLock(), hasOnetimePassword(), hasOnetimePasswordExpired(), hasValidMail(), isAdministrator(), isCarLocked(), isCategoryLocked(), isProductionFacilityLocked(), isStatusLocked(), isUserAdministrator(), isUserLoggedIn(), lockCar(), lockCategory(), lockProductionFacility(), lockStatus(), lockTableRow(), mobileExists(), pageIdExists(), permissionIdExists(), permissionNameExists(), removePermission(), renewCarLock(), renewCategoryLock(), renewProductionFacilityLock(), renewStatusLock(), resetStoredSession(), resetValidMail(), searchDatabase(), sessionIdExists(), setMailValid(), LoggedInUser\setStoredSession(), setUserActive(), setUserIDIncrement(), setUserLocked(), setValidMail(), LoggedInUser\signupTimeStamp(), unlockCar(), unlockCategory(), unlockProductionFacility(), unlockStatus(), updateCar(), updateCategory(), LoggedInUser\updateEmail(), updateEmail(), updateFirstname(), updateLastActivationRequest(), LoggedInUser\updateLastActivity(), updateLastname(), updateMailConfirmationToken(), updateMobile(), updatePageState(), LoggedInUser\updatePassword(), updatePasswordFromToken(), updatePermissionName(), updateProductionFacility(), updateSponsorCarAttachments(), updateSponsorCarDetails(), updateSponsorCarEvents(), updateSponsorCarFinancialDonations(), updateSponsorCarMaterialDonations(), updateSponsorCarProducedParts(), updateSponsorContactPersons(), updateSponsorDetails(), updateSponsorProductionFacilities(), updateStatus(), updateTitle(), updateUsername(), User\userCakeAddUser(), userIdExists(), usernameExists(), and validateActivationToken().
$dbBackup |
holds the names of the sponsoring backup tables
Definition at line 44 of file db.php.
Referenced by countUserReferences(), deleteSponsorCarPermanently(), deleteSponsorPermanently(), fetchAllDeletedSponsorCarsForSponsor(), fetchAllDeletedSponsors(), fetchAllSponsorsWithDeletedCars(), fetchDeletedSponsorCars(), fetchSponsorEditDataForEditSections(), fetchSponsorLatestEditData(), and isSponsorDeleted().