Procedural File: lib_db.php
Source Location: /_includes/lib_db.php
Classes:
DB
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:
Includes:
TABLE_ABBR [line 46]
TABLE_ADMIN_LOGS [line 42]
TABLE_ALIASES [line 50]
TABLE_ARTICLES [line 33]
TABLE_AUTHORS [line 47]
TABLE_COMMENTS [line 48]
TABLE_COUNTERS [line 45]
TABLE_CUSTOM_ALIASES [line 49]
TABLE_CUSTOM_REDIRECTS [line 51]
TABLE_ERRORS [line 43]
TABLE_EVENTS [line 44]
TABLE_ITEMS [line 39]
TABLE_ITEM_STATS [line 36]
TABLE_LOCATIONS [line 32]
TABLE_LOCATION_TYPES [line 31]
TABLE_MENU [line 30]
TABLE_NEWS [line 29]
TABLE_REDIRECTS [line 52]
TABLE_RESOURCES [line 37]
TABLE_SKILLS [line 38]
TABLE_SKILL_LEVELS [line 34]
TABLE_SLOTS [line 35]
TABLE_UPDATES [line 40]
TABLE_UPDATE_TYPES [line 41]
|