Hi, I don't know if this is the place for posting this kind of things,
if not, please forgive me because I'm a new on this.
I have a table that has a versionable behaviour and other who inherit
it. When I create someone of the child class, versionable work well in
the "father" table, but, it not "father_version" table, it make all
changes in the father table, but the "father_version" table no one.
This list is for development of Doctrine. You'll want to use the
doctrine-user group here: http://groups.google.com/group/doctrine-user You should get a much quicker answer to your questions there.
> Hi, I don't know if this is the place for posting this kind of things,
> if not, please forgive me because I'm a new on this.
> I have a table that has a versionable behaviour and other who inherit
> it. When I create someone of the child class, versionable work well in
> the "father" table, but, it not "father_version" table, it make all
> changes in the father table, but the "father_version" table no one.