API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct () | |
Static Public Member Functions | |
static | getDatabaseConnection () |
static | getDatabase () |
__construct | ( | ) |
XoopsDatabaseFactory constructor.
|
static |
Gets a reference to the only instance of database class. Currently only being used within the installer.
@staticvar object The only instance of database class
|
static |
Get a reference to the only instance of database class and connects to DB
if the class has not been instantiated yet, this will also take care of that
@staticvar XoopsDatabase The only instance of database class