Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/03/2014, 18:47
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 11 años, 8 meses
Puntos: 379
Respuesta: net::ERR_CONNECTION_RESET

Prueba con alguna de estas dos opciones:
Código PHP:
Ver original
  1. $db->getConnection()->query($limpia);
  2.  
  3.     $db->exec($limpia);
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.