Sorry.
That has to be in your model class

Alecs

sent via htc magic

On Dec 29, 2009 9:05 PM, "Alexandru-Emil Lupu" <[email protected]> wrote:

Override your delete method to:

Public function delete(PropelPDO/ DoctrinePDO $con = null)
{
  @unlink($this->getFilePath());
  Parent::delete($con);
}

Or appropriate to fix full path to the file, and also the appropriate db
adaptor.
Alecs
sent via htc magic

> > On Dec 29, 2009 7:44 PM, "ilcaduceo" <[email protected]> wrote: > > Hi
all, I'm using the sfW...

--

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


Reply via email to