100 lines
841 B
Markdown
100 lines
841 B
Markdown
SYSTEM\DB\DBInfo
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: DBInfo
|
|
* Namespace: SYSTEM\DB
|
|
* This is an **abstract** class
|
|
|
|
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
|
|
### $m_database
|
|
|
|
public mixed $m_database = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
### $m_user
|
|
|
|
public mixed $m_user = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
### $m_password
|
|
|
|
public mixed $m_password = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
### $m_host
|
|
|
|
public mixed $m_host = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
### $m_port
|
|
|
|
public mixed $m_port = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### __construct
|
|
|
|
mixed SYSTEM\DB\DBInfo::__construct($database, $user, $password, $host, $port)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **abstract**.
|
|
|
|
|
|
#### Arguments
|
|
* $database **mixed**
|
|
* $user **mixed**
|
|
* $password **mixed**
|
|
* $host **mixed**
|
|
* $port **mixed**
|
|
|
|
|