Ejemplo n.º 1
0
 public function delete()
 {
     @unlink($this->path());
     @unlink($this->path('ths'));
     $sw = new DTSoftware($this->software());
     $sw->decrementScreens();
     return $this->deleteFromTable();
 }