Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/07/2011, 10:50
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 7 meses
Puntos: 292
Respuesta: funcion row()

Te devuelve NULL si no hay registro imagino.

Y por que no usas solo:

$this->db->select($campos)->where($condicion)->get($tabla,1)->get_result() ?

El get( ,1) te devuelve 1 registro y si no hay te daria un array vacio cosa que podes verificar con var_dump()
__________________
Salu2!