vB_DatastoreClass for fetching and initializing the vBulletin datastore from the database
Located in /includes/class_core.php (line 1235)
| Class | Description |
|---|---|
vB_Datastore_eAccelerator
|
Class for fetching and initializing the vBulletin datastore from eAccelerator |
vB_Datastore_Memcached
|
Class for fetching and initializing the vBulletin datastore from a Memcache Server |
vB_Datastore_APC
|
Class for fetching and initializing the vBulletin datastore from APC |
vB_Datastore_XCache
|
Class for fetching and initializing the vBulletin datastore from XCache |
vB_Datastore_Filecache
|
Class for fetching and initializing the vBulletin datastore from files |
vB_Database
$dbobject
= null (line 1277)
This variable should be set to be a reference to the database object
array
$defaultitems
= array(Default items that are always loaded by fetch();
array
$itemarray
= array() (line 1263)
This variable contains a list of all items to be returned from the datastore
string
$prefix
= '' (line 1284)
Unique prefix for item's title, required for multiple forums on the same server using the same classes that read/write to memory
vB_Registry
$registry
= null (line 1270)
This variable should be set to be a reference to the registry object
Constructor vB_Datastore (line 1292)
Constructor - establishes the database object to use for datastore queries
check_options (line 1423)
Checks that the options item has come out of the datastore correctly
and sets the 'versionnumber' variable
do_db_fetch (line 1403)
Performs the actual fetching of the datastore items for the database, child classes may use this
fetch (line 1369)
Fetches the contents of the datastore from the database
register (line 1323)
Sorts the data returned from the cache and places it into appropriate places
Documentation generated on Fri, 09 May 2008 09:00:57 -0500 by phpDocumentor 1.4.1