Db
in package
Configuration file: Config\Db.
Table of Contents
- $db_name : mixed
- Gets the database name
- $db_password : mixed
- Gets the database password
- $db_port : mixed
- Gets the database port
- $db_server : mixed
- Gets the database server
- $db_type : mixed
- Gets the database type
- $db_username : mixed
- Gets the database user name
- base() : mixed
- Basic database configuration.
- db_hostname() : mixed
- Gets host name.
Properties
$db_name
Gets the database name
public
static mixed
$db_name
= '_DBC_NAME_'
$db_password
Gets the database password
public
static mixed
$db_password
= '_DBC_PASS_'
$db_port
Gets the database port
public
static mixed
$db_port
= ''
$db_server
Gets the database server
public
static mixed
$db_server
= '>URL<'
$db_type
Gets the database type
public
static mixed
$db_type
= 'mysql'
$db_username
Gets the database user name
public
static mixed
$db_username
= '_DBC_USER_'
Methods
base()
Basic database configuration.
public
static base() : mixed
Return values
mixed —db_hostname()
Gets host name.
public
static db_hostname() : mixed