Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/06/2013, 11:20
Avatar de patriciomase
patriciomase
 
Fecha de Ingreso: abril-2012
Ubicación: Mar del Plata
Mensajes: 323
Antigüedad: 12 años, 8 meses
Puntos: 34
Respuesta: Error num_rows

probà con trans_start() y trans_complete()

Código PHP:
Ver original
  1. $this->db->trans_start();
  2. $this->db->query('AN SQL QUERY...');
  3. $this->db->query('ANOTHER QUERY...');
  4. $this->db->query('AND YET ANOTHER QUERY...');
  5. $this->db->trans_complete();

segùn la documentacion se obtiene el mismo resultado. Yo los implementè en un sitio de compras y nunca tuve problemas