Re: [symfony-users] Relationships and i18n

2011-02-20 Thread Paolo Niccolò Giubelli
No, I use a single connection. :-( On 02/19/2011 08:25 PM, Georg wrote: Do you use multiple database connections? I had this problem once in this configuration, and I only found an ugly solution. Am 17.02.2011 18:43, schrieb Paolo Niccolò Giubelli: Hi! I have the following schema: Category:

Re: [symfony-users] Relationships and i18n

2011-02-19 Thread Georg
Do you use multiple database connections? I had this problem once in this configuration, and I only found an ugly solution. Am 17.02.2011 18:43, schrieb Paolo Niccolò Giubelli: > Hi! > > I have the following schema: > > > > Category: > > actAs: > > Timestampable: ~ > > I18n: >

[symfony-users] Relationships and i18n

2011-02-18 Thread Paolo Niccolò Giubelli
Hi! I have the following schema: Category: actAs: Timestampable: ~ I18n: fields: [name] columns: name: type: string(255) relations: Category: class: Category local: parent_id foreign: child_id refClass: CategoryRefe