It exists also in the 1.0 version Doctrine that comes with Symfony 1.2 :)
Watch out though - It'll only work with the current record - with Doctrine
1.1 you can also optionally check child records.

-----Original Message-----
From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com]
On Behalf Of Johannes Heinen
Sent: 19 May 2009 00:17
To: symfony users
Subject: [symfony-users] Re: sfDoctrinePlugin/sf1.2


whoho, got it. For the ones who want to know:

http://www.doctrine-project.org/documentation/manual/1_1/en/component-overvi
ew

getModified(true) is the keyword.

thanks.



On 18 Mai, 18:17, Johannes Heinen <johannes.hei...@googlemail.com>
wrote:
> HI all,
>
> is there a way to revert changes made to an doctrine object during a
> transaction?
>
> I user the preSave() Hook to do some stuff and set attributes
> depending on their original values. I don't see any way to retrieve
> these original values, i'd only found methods to retrieve information
> about which columns have changed.
>
> Is there a method like (getOriginalValueForField('myField')) ?
>
> Thanks,
> Johannes


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to