Vous pouvez utiliser $this->db->affected_rows()
fonction de codeigniter.
Voir plus d'informations ici
Vous pouvez faire quelque chose comme ceci :
return ($this->db->affected_rows() != 1) ? false : true;
Vous pouvez utiliser $this->db->affected_rows()
fonction de codeigniter.
Voir plus d'informations ici
Vous pouvez faire quelque chose comme ceci :
return ($this->db->affected_rows() != 1) ? false : true;