vBulletin 5.6.5 API

vB_dB_MYSQL_Assertor extends vB_dB_Assertor
in package

The vB core class.

Everything required at the core level should be accessible through this.

The core class performs initialisation for error handling, exception handling, application instatiation and optionally debug handling.

Tags
TODO:

Much of what goes on in global.php and init.php will be handled, or at least called here during the initialisation process. This will be moved over as global.php is refactored.

version

$Revision: 103821 $

since

$Date: 2020-01-10 14:22:52 -0800 (Fri, 10 Jan 2020) $

Table of Contents

$db_type  : mixed
__construct()  : mixed
load_database()  : mixed

Properties

$db_type

protected static mixed $db_type = 'MYSQL'

Methods

__construct()

protected __construct(mixed &$dbconfig, mixed &$config) : mixed
Parameters
$dbconfig : mixed
$config : mixed
Return values
mixed

load_database()

protected load_database(mixed &$dbconfig, mixed &$config) : mixed
Parameters
$dbconfig : mixed
$config : mixed
Return values
mixed

Search results