Re: [symfony-users] How to copy I18N objects in propel

2010-01-11 Thread Alexandru-Emil Lupu
$new_object = clone $old_object ? On Mon, Jan 11, 2010 at 9:24 PM, Walter wrote: > Hi all, > > does anybody knows how to copy I18N objects. > > I have a main oject with additional I18N data. If I copy (with the > propel copy comand) the main object the additional I18N data is not > copied as well

[symfony-users] How to copy I18N objects in propel

2010-01-11 Thread Walter
Hi all, does anybody knows how to copy I18N objects. I have a main oject with additional I18N data. If I copy (with the propel copy comand) the main object the additional I18N data is not copied as well. The deep copy command is also not suitable becaus it deletes the reference of the mother obje