After a database update or insert function, I usually use return ($this->db->affected_rows() > 0) and assume that true means success and ...
確定! 回上一頁