Welcome Guest, Not a member yet? Register   Sign In
How to catch database operation errors
#4

(This post was last modified: 11-15-2019, 09:54 AM by _Alain_.)

I think I'm strugling over some basic missunderstanding.

The following, in my case, always returns true. Even it was not able to delete it.
But why?
From my point of view it should only return true if the record has been deleted.

PHP Code:
$result $this->db->delete('users'); 
Reply


Messages In This Thread
RE: How to catch database operation errors - by _Alain_ - 11-15-2019, 04:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB