Advertisement
Guest User

Untitled

a guest
Mar 4th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <?php
  2. return array(
  3. 'configWeb' => array(
  4. 'db' => array(
  5. 'connectionString' => 'mysql:host=localhost;dbname=henriette',
  6. 'emulatePrepare' => true,
  7. 'username' => 'root',
  8. 'password' => '',
  9. 'charset' => 'utf8',
  10. 'enableProfiling' => true,
  11. 'enableParamLogging' => true,
  12. 'schemaCachingDuration'=>0
  13. ),
  14. 'components'=>array(
  15. 'log'=>array(
  16. 'routes'=>array(
  17. array(
  18. 'enabled' => false,
  19. 'class' => 'ext.db_profiler.DbProfileLogRoute',
  20. 'countLimit' => 1,
  21. 'slowQueryMin' => 0.1,
  22. ),
  23. )
  24. ),
  25. )
  26. )
  27. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement