Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/05/2015, 10:56
Avatar de jamie_88
jamie_88
 
Fecha de Ingreso: abril-2011
Ubicación: Lima
Mensajes: 161
Antigüedad: 13 años
Puntos: 28
Respuesta: Update: contador sin lectura previa

Hola,

la ultima te debería funcionar, pero también podrías hacerlo de la siguiente manera...

Código PHP:
Ver original
  1. $query = $this->db->set('lectura','lectura+1', false)
  2.             ->where('id', 12)
  3.             ->update('tabla');