Using Symfony 1.1 and my database.yml is defined as below. The app
takes the last definition (xxxDB) as the default one as opposed to
using the 'propel' definition (as in Symfony 1.0) - is this expected
behaviour?

all:
  propel:
    class:          sfPropelDatabase
    param:
      dsn:          mysql:dbname=xxx_base;host=xxx
      username:     xxx
      password:     xx

  xxxDB:
    class:          sfPropelDatabase
    param:
      dsn:          mysql:dbname=xxx;host=xxx;port=xxx
      username:     xxx
      password:     xxx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to