// config/database.php // database connection file 'mysql', 'host' => $this->host, 'database' => $this->db_name, 'username' => $this->username, 'password' => $this->password, 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', ]; } }