[symfony-users] Re: How to know if an object has been modified

2009-10-08 Thread Ignacio Bergmann
/nachocual 2009/10/6 Andrei Dziahel trickster...@gmail.com Hi. Use isModifiedhttp://www.doctrine-project.org/Doctrine_Record/1_0#method_ismodifiedmethod. 2009/10/2 Ignacio Bergmann nachoc...@gmail.com Hello, this is my first message to the list... hope it isn't a silly question. I'm

[symfony-users] Re: How to know if an object has been modified

2009-10-06 Thread Ignacio Bergmann
No ideas? Nacho http://card.ly/nachocual --~--~-~--~~~---~--~~ 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

[symfony-users] How to know if an object has been modified

2009-10-02 Thread Ignacio Bergmann
Hello, this is my first message to the list... hope it isn't a silly question. I'm using Doctrine, and I have a class in my model which has a field that stores the name of a file (a picture). I have automated the deletion of those files when the corresponding record is delete using the