Hello Allo,
I'm having strange problem while using sfDoctrineMasterSlavePlugin
with I18N tables.
In schema.yml
Category:
tableName: category
actAs:
I18n:
fields: [name]
length: 5
columns:
name:
type: string(255)
notnull: true
In databases.yml
all:
master:
I'm using the sfDoctrineMasterSlavePlugin (BTW it's pretty BA Kris ;p)
and I was curious to know if the plugin checks to make sure it can
connect to one of the slaves, if it can't connect it will choose
another until it finds one. I added 5 slaves and 1 master to the
databases.yml file. Works like