Re: [symfony-users] doctrine:generate:entities duplicates entity file

2011-03-28 Thread oscar balladares
About your issue, that is a unix behaviour, the ~user.php file is a backup file. I get those ~*.* files whenever I delete a file. 2011/3/28 oscar balladares > I have the same issue. > > In the old days (S1) you had to extend the base entity class, so when > regenerating/updating your schema, yo

Re: [symfony-users] doctrine:generate:entities duplicates entity file

2011-03-28 Thread oscar balladares
I have the same issue. In the old days (S1) you had to extend the base entity class, so when regenerating/updating your schema, your custom code remained intact. Now, if you regenerate the entity, it will append the new code to the end of the file. I hate it, but it is ok for me now. 2011/3/28