Re: R: Class dependence and overriding Methods to do garbage collection on files

2007-03-18 Thread Joshua McFarren
Thank you Steven and Marco! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTE

R: Class dependence and overriding Methods to do garbage collection on files

2007-03-17 Thread Marco \(GMail\)
Looking at the Api the beforedelete function is cahined from the del function del($id = null, $cascade = true) { 00957 if ($id) { 00958 $this->id = $id; 00959 } 00960 00961 $id = $this->id; 00962 00963 if ($this->exists() && $this->beforeDelete()) {