function borrar() { $sql = "DELETE FROM municipios WHERE cve_estado = " . $this->cve_estado->getCve_estado() . " AND cve_municipio = {$this->cve_municipio}"; $count = UtilDB::ejecutaSQL($sql); return $count; }