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
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