
16/06/2016, 07:42
|
 | Colaborador | | Fecha de Ingreso: junio-2013 Ubicación: México
Mensajes: 2.995
Antigüedad: 11 años, 8 meses Puntos: 379 | |
Respuesta: bindParam error
Código PHP:
Ver original$value = $data->__GET('nombre'); $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. |