Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/06/2016, 07:42
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 10 años, 10 meses
Puntos: 379
Respuesta: bindParam error

Código PHP:
Ver original
  1. $value = $data->__GET('nombre');
  2. $result->bindParam(':nombre', $value, PDO::PARAM_STR);
mas información: http://php.net/manual/es/pdostatement.bindparam.php
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.