CodeIgniter UPDATE Query – how to run UPDATE Query in CodeIgniter
CodeIgniter UPDATE Query – how to run UPDATE Query in CodeIgniter In this post we will show you how to execute CodeIgniter UPDATE Query with update(), update_string() and update_batch(). CodeIgniter ‘UPDATE’ query execute by following functions $this->db->update() $this->db->update_string() $this->db->update_batch() CodeIgniter UPDATE Query with $this->db->update() by using $this->db->update() method we can use UPDATE for single record …
CodeIgniter UPDATE Query – how to run UPDATE Query in CodeIgniter Read More »