Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created November 4, 2012 13:47
Show Gist options
  • Save eminetto/4011987 to your computer and use it in GitHub Desktop.
Save eminetto/4011987 to your computer and use it in GitHub Desktop.
<?php
return array(
'db' => array(
'driver' => 'PDO',
'dsn' => 'mysql:dbname=zf2napratica_test;host=localhost',
'username' => 'zend',
'password' => 'zend',
'driver_options' => array(
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES \'UTF8\''
),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment