Exemplo n.º 1
0
 public function buscar($campo, $parametro)
 {
     try {
         return usuarios::getAll();
     } catch (Exception $e) {
         header("Location: ../buscar.php?respuesta=error");
     }
 }