Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # databases.yml
  2. all:
  3. sadpe_cnn:
  4. class: sfDoctrineDatabase
  5. param:
  6. dsn: 'mysql:host=localhost;dbname=bd_sadpe'
  7. username: root
  8. password: root
  9.  
  10. sgau_cnn:
  11. class: sfDoctrineDatabase
  12. param:
  13. dsn: 'mysql:host=localhost;dbname=bd_sgau'
  14. username: root
  15. password: root
  16.  
  17. # And i have two schemas
  18. # db_sapde_schema.yml
  19. # db_sgau_schema.yml
  20. # How can I only use "insert-sql" for db_sapde_schema.yml ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement