Created
April 14, 2011 08:08
-
-
Save jdeveloper/919104 to your computer and use it in GitHub Desktop.
Configur sql logging in symfony with doctrine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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