Hi. On 24.05.11 12:35, Fernando Arconada wrote: > I have defined a php model to use an existing table and a custom id Should work fine. But keep in mind the Doctrine annotations are case-sensitive, so @Table is in order (not @table). Same for @Id! Let me know if that helps. Regards, Karsten