Codeigniter Check Affected Rows

[Solved] Codeigniter Check Affected Rows | Php - Code Explorer | yomemimo.com
Question : codeigniter check affected rows

Answered by : yash-dharia

return $this->db->affected_rows() > 0;

Source : https://stackoverflow.com/questions/16909257/check-number-of-affected-rows-in-codeigniter | Last Update : Mon, 22 Mar 21

Answers related to codeigniter check affected rows

Code Explorer Popular Question For Php