com.lokorin.dfcrafters.lib
[ class tree: com.lokorin.dfcrafters.lib ] [ index: com.lokorin.dfcrafters.lib ] [ all elements ]

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:

filesource:  Source Code for this file
license:  GNU Lesser General Public License
version:  $Revision: 1.16 $
author:  Andreas Launila


Includes:

require_once('common.php') [line 21]
For error logging access.






TABLE_ABBR [line 46]

TABLE_ABBR = $tablePrefix.'abbreviations'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_ADMIN_LOGS [line 42]

TABLE_ADMIN_LOGS = $tablePrefix.'admin_logs'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_ALIASES [line 50]

TABLE_ALIASES = $tablePrefix.'aliases'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_ARTICLES [line 33]

TABLE_ARTICLES = $tablePrefix.'articles'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_AUTHORS [line 47]

TABLE_AUTHORS = $tablePrefix.'authors'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_COMMENTS [line 48]

TABLE_COMMENTS = $tablePrefix.'comments'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_COUNTERS [line 45]

TABLE_COUNTERS = $tablePrefix.'counters'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_CUSTOM_ALIASES [line 49]

TABLE_CUSTOM_ALIASES = $tablePrefix.'custom_aliases'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_CUSTOM_REDIRECTS [line 51]

TABLE_CUSTOM_REDIRECTS = $tablePrefix.'custom_redirects'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_ERRORS [line 43]

TABLE_ERRORS = $tablePrefix.'errors'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_EVENTS [line 44]

TABLE_EVENTS = $tablePrefix.'events'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_ITEMS [line 39]

TABLE_ITEMS = $tablePrefix.'items'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_ITEM_STATS [line 36]

TABLE_ITEM_STATS = $tablePrefix.'item_stats'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_LOCATIONS [line 32]

TABLE_LOCATIONS = $tablePrefix.'locations'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_LOCATION_TYPES [line 31]

TABLE_LOCATION_TYPES = $tablePrefix.'location_types'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_MENU [line 30]

TABLE_MENU = $tablePrefix.'menu'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_NEWS [line 29]

TABLE_NEWS = $tablePrefix.'news'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_REDIRECTS [line 52]

TABLE_REDIRECTS = $tablePrefix.'redirects'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_RESOURCES [line 37]

TABLE_RESOURCES = $tablePrefix.'resources'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_SKILLS [line 38]

TABLE_SKILLS = $tablePrefix.'skills'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_SKILL_LEVELS [line 34]

TABLE_SKILL_LEVELS = $tablePrefix.'skill_levels'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_SLOTS [line 35]

TABLE_SLOTS = $tablePrefix.'slots'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_UPDATES [line 40]

TABLE_UPDATES = $tablePrefix.'updates'
Site specific database name constants.



Tags:

access:  public

[ Top ]



TABLE_UPDATE_TYPES [line 41]

TABLE_UPDATE_TYPES = $tablePrefix.'update_types'
Site specific database name constants.



Tags:

access:  public

[ Top ]




Documentation generated on Tue, 10 Jan 2006 17:06:26 +0100 by phpDocumentor 1.3.0RC4