Procedural File: lib_db.php
Source Location: /_includes/lib_db.php
Classes:
DataBase
Describes a database abstraction. The abstraction maintains a connection which is instance specific. Hence it is recommended that only one global instance is used.
Page Details:
A library designed to abstract the database interaction. The library provides functions to the most common operations, cutting down on the repetitiveness of building queries. It also improves readability and avoids unnecessary code.
Tags:
TABLE_ABBR [line 47]
TABLE_ADMIN_LOGS [line 28]
TABLE_ALIASES [line 44]
TABLE_COMMENTS [line 38]
TABLE_COUNTERS [line 31]
TABLE_CUSTOM_ALIASES [line 43]
TABLE_CUSTOM_REDIRECTS [line 45]
TABLE_DKPBANK [line 33]
TABLE_DKPBANK_IMAGES [line 35]
TABLE_DKPBANK_MEMBERS [line 34]
TABLE_DOWNLOADS [line 30]
TABLE_DOWNLOAD_CATEGORIES [line 50]
TABLE_ERRORS [line 26]
TABLE_EVENTS [line 32]
TABLE_LINKS [line 37]
TABLE_LINK_CATEGORIES [line 36]
TABLE_MAPPED_URLS [line 42]
TABLE_MENU [line 25]
TABLE_MPLF_CATEGORIES [line 60]
TABLE_MPLF_CHANGES [line 63]
TABLE_MPLF_EDITS [line 61]
TABLE_MPLF_FILTERS [line 59]
TABLE_MPLF_MODERATORS [line 62]
TABLE_NEWS [line 24]
TABLE_PERFORMANCE [line 48]
TABLE_PROGRAM_LANGS [line 29]
TABLE_PROJECTS [line 27]
TABLE_PROJECT_IMAGES [line 39]
TABLE_PROJECT_STAGES [line 41]
TABLE_PROJECT_SUBMENUS [line 40]
TABLE_REDIRECTS [line 46]
TABLE_SITEMAP [line 49]
|