YaWK
23.3
Yet another WebKit
|
Go to the source code of this file.
Variables | |
$this | config ['dbname'] = "yawk_io" |
$this | config ['password'] = "raspi" |
$this | config ['port'] = "3306" |
$this | config ['prefix'] = "cms_" |
$this | config ['server'] = "localhost" |
$this | config ['username'] = "pi" |
$this config[ 'dbname'] = "yawk_io" |
Definition at line 6 of file dbconfig.php.
$this config[ 'password'] = "raspi" |
Definition at line 5 of file dbconfig.php.
$this config[ 'port'] = "3306" |
Definition at line 8 of file dbconfig.php.
$this config[ 'prefix'] = "cms_" |
Definition at line 7 of file dbconfig.php.
$this config[ 'server'] = "localhost" |
Definition at line 3 of file dbconfig.php.
Referenced by YAWK\db\connect(), YAWK\BACKUP\DATABASE\mysqlBackup\getDatabaseConfig(), and YAWK\db\query().
$this config[ 'username'] = "pi" |
Definition at line 4 of file dbconfig.php.