Ejemplo n.º 1
0
 public function deleteData($where)
 {
     if ($where) {
         return Sdptd02car::deleteAll($where);
     }
     return false;
 }