Skip to content
Snippets Groups Projects
Commit 4ec4c3b3 authored by pbarroca's avatar pbarroca
Browse files

Ajout encodage UTF8 client mysql

parent 4c241b68
No related merge requests found
......@@ -44,6 +44,7 @@ class Class_Systeme_Sql {
exit;
}
$this->hpdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$this->hpdo->query('set names "UTF8"');
$this->filtre_write=new ZendAfi_Filters_WriteSql();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment