Merge branch 'master' into tax

This commit is contained in:
Etienne Roudeix
2013-10-22 20:20:40 +02:00
5 changed files with 27 additions and 7 deletions

View File

@@ -44,7 +44,9 @@ class DefinePropel
"dsn" => $connection["dsn"],
"user" => $connection["user"],
"password" => $connection["password"],
"classname" => $connection["classname"]
"classname" => $connection["classname"],
'options' => array(
\PDO::MYSQL_ATTR_INIT_COMMAND => array('value' =>'SET NAMES \'UTF8\''))
);
}
}