Exemplo n.º 1
0
 public function delete()
 {
     $where = $this->where;
     $this->single();
     $return = parent::delete();
     $this->where = $where;
     return $return;
 }