-
Notifications
You must be signed in to change notification settings - Fork 1
SYSTEM DB DBInfo
Ulf Gebhardt edited this page Mar 10, 2016
·
3 revisions
- Class name: DBInfo
- Namespace: SYSTEM\DB
- This is an abstract class
public mixed $m_database = null
- Visibility: public
public mixed $m_user = null
- Visibility: public
public mixed $m_password = null
- Visibility: public
public mixed $m_host = null
- Visibility: public
public mixed $m_port = null
- Visibility: public
mixed SYSTEM\DB\DBInfo::__construct($database, $user, $password, $host, $port)
- Visibility: public
- This method is abstract.
- $database mixed
- $user mixed
- $password mixed
- $host mixed
- $port mixed