PHP Class ConfManaPHP\Db\Adapter\Mysql

Show file Open project: manaphp/manaphp

Public Properties

Property Type Description
$dbname string
$dsn string
$host string
$options array
$password string
$port integer
$username string

Property Details

$dbname public property

public string $dbname
return string

$dsn public property

public string $dsn
return string

$host public property

public string $host
return string

$options public property

public array $options
return array

$password public property

public string $password
return string

$port public property

public int $port
return integer

$username public property

public string $username
return string