mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
prepared utf8 database connection option
This commit is contained in:
parent
392102b71f
commit
00a77b41f5
2 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,7 @@ class DATABASE_CONFIG {
|
|||
'password' => 'password',
|
||||
'database' => 'database_name',
|
||||
'prefix' => '',
|
||||
//'encoding' => 'utf8',
|
||||
);
|
||||
|
||||
var $test = array(
|
||||
|
@ -91,5 +92,6 @@ class DATABASE_CONFIG {
|
|||
'password' => 'password',
|
||||
'database' => 'test_database_name',
|
||||
'prefix' => '',
|
||||
//'encoding' => 'utf8',
|
||||
);
|
||||
}
|
||||
|
|
|
@ -81,6 +81,7 @@ class DATABASE_CONFIG {
|
|||
'password' => 'password',
|
||||
'database' => 'database_name',
|
||||
'prefix' => '',
|
||||
//'encoding' => 'utf8',
|
||||
);
|
||||
|
||||
var $test = array(
|
||||
|
@ -91,5 +92,6 @@ class DATABASE_CONFIG {
|
|||
'password' => 'password',
|
||||
'database' => 'test_database_name',
|
||||
'prefix' => '',
|
||||
//'encoding' => 'utf8',
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue