O.k., I¹ve figured it out - the backup file is created by EntityGenerator (
Doctrine\ORM\Tools):
if ($this->_backupExisting && file_exists($path)) {
$backupPath = dirname($path) . DIRECTORY_SEPARATOR . "~" .
basename($path);
if (!copy($path, $backupPath)) {
Do you have getters setters for your class?
--
Vincent Lechemin
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group,
Hello Oscar,
thanks for your reply.
If getting the ~*.* files the files is only due to my OS (Mac OS 10.6.), I
think I should get these files also in Symfony 1.0 in the lib/model/om
directory or in Symfony 1.3 in the lib/model/doctrine/base directory. But
that never was the case and I¹m still w