Add locale, en_US, DJ and Database functions.
This commit is contained in:
parent
67066287fc
commit
5fe1a21b8e
7 changed files with 440 additions and 8 deletions
|
@ -7,6 +7,6 @@ class Database extends mysqli
|
|||
public function __construct($config)
|
||||
{
|
||||
// call the parent constructor with the config file
|
||||
parent::__construct($config['database']['host'], $config['database']['username'], $config['database']['password'], $config['database']['database'], $config['database']['port'] ?? 3306);
|
||||
parent::__construct($config['database']['host'], $config['database']['user'], $config['database']['pass'], $config['database']['db'], $config['database']['port'] ?? 3306);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue