Skip to content

Instantly share code, notes, and snippets.

@jdeveloper
Created April 14, 2011 08:08
Show Gist options
  • Save jdeveloper/919104 to your computer and use it in GitHub Desktop.
Save jdeveloper/919104 to your computer and use it in GitHub Desktop.
Configur sql logging in symfony with doctrine
all:
doctrine:
class: sfDoctrineDatabase
param:
dsn: 'mysql:host=HOST;dbname=DBNAME'
username: USERNAME
password: PASSWORD
profiler: true
logging: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment