Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created November 8, 2012 12:07
Show Gist options
  • Save eminetto/4038417 to your computer and use it in GitHub Desktop.
Save eminetto/4038417 to your computer and use it in GitHub Desktop.
'doctrine' => array(
'connection' => array(
'driver' => 'pdo_mysql',
'host' => 'localhost',
'port' => '3306',
'user' => 'zend',
'password' => 'zend',
'dbname' => 'zf2napratica'
)
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment