From f079c2c96ecf081560ac158e490acb91b52417b6 Mon Sep 17 00:00:00 2001 From: cbeberge Date: Sun, 21 Apr 2013 01:32:08 +0300 Subject: [PATCH] Updated model.php with db_encoding option --- application/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/config/config.php b/application/config/config.php index d34579b..c4d554c 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -9,5 +9,6 @@ $config['db_name'] = ''; // Database name $config['db_username'] = ''; // Database username $config['db_password'] = ''; // Database password +$config['db_encoding'] = 'utf8'; //Char-encoding of database -?> \ No newline at end of file +?>