On 22.10.2012 10:20, Griesi wrote:
> it seems to also work if the doctrine connection is simply initialised using
> driverOptions with "Set Names.." in local.php


it should also work like this:

        'doctrine' => array(
                'connection' => array(
                        'orm_default' => array(
                                'driverClass' =>
'Doctrine\DBAL\Driver\PDOMySql\Driver',
                                'params' => array(
                                        'host'     => 'localhost',
                                        'port'     => '3306',
                                        'user'     => 'root',
                                        'password' => 'xxxxxxx',
                                        'dbname'   => 'database',
                                        'charset'  => 'UTF8'
                                )
                        )
                )
        ),


Ludwig

-- 
Ludwig Ruderstaller
http://www.cwd.at

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to