Welcome Guest, Not a member yet? Register   Sign In
can't get trans_status() to work
#3

[eluser]InsiteFX[/eluser]
Strict Mode

By default CodeIgniter runs all transactions in Strict Mode. When strict mode is enabled, if you are running multiple groups of transactions, if one group fails all groups will be rolled back. If strict mode is disabled, each group is treated independently, meaning a failure of one group will not affect any others.

Strict Mode can be disabled as follows:
Code:
$this->db->trans_strict(FALSE);

InsiteFX


Messages In This Thread
can't get trans_status() to work - by El Forum - 02-09-2011, 04:05 AM
can't get trans_status() to work - by El Forum - 02-09-2011, 09:34 PM
can't get trans_status() to work - by El Forum - 02-10-2011, 12:28 AM
can't get trans_status() to work - by El Forum - 02-10-2011, 02:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB