[symfony-users] Re: I18n, Doctrine, Postgres, Schemas

2009-11-19 Thread jakub novotny
Problem solved. We have just added parameter tableName: schema.table_name to section I18n in file schema.yml and it works. On Nov 2, 2:34 pm, jakub novotny wrote: > I18n, Doctrine, Postgres, Schemas > > I have been working on project written in Symfony 1.2.9 with Doctrine > 1.2, wh

[symfony-users] I18n, Doctrine, Postgres, Schemas

2009-11-04 Thread jakub novotny
I18n, Doctrine, Postgres, Schemas I have been working on project written in Symfony 1.2.9 with Doctrine 1.2, where we use several schemas on Postgres database. We use task that renames lib/model classes from TableName to SchemaTableName and sets table name to schema.table_name, because, as we fou