[symfony-users] Re: propel relation m:n

2010-04-01 Thread Massimiliano Arione
OK, you must remove the id field from acudiente_estudiante model, and add primaryKey: true to both estudiante and acudiente fields. cheers Massimiliano On 1 Apr, 01:40, Julian Reyes julian.reyes.escri...@gmail.com wrote: Ok my real schema is: estudiante:      id: ~      nombres:            

[symfony-users] Re: propel relation m:n

2010-03-31 Thread Massimiliano Arione
Can you post your real schema? The one above is uncomplete. On 30 Mar, 18:16, Julian Reyes julian.reyes.escri...@gmail.com wrote: Hi i have a problem with this type or relations. in the jobeet tutorial explain the ORM make it relations many to many automaticly buts don't works. only saved