Welcome Guest, Not a member yet? Register   Sign In
active record and errors
#5

[eluser]akkumaru[/eluser]
,,i see,
i may try this then,,

oh, by the way,,
it seems that i cannot use the database class' transaction like this:

Code:
$this->load->model("model1","",TRUE);
$this->load->model("model2","",TRUE);

$this->db->trans_start();

$this->model1->update($value1);
$this->model2->update($value2);

$this->db->trans_complete();

first update will not be rolled back even when the second is failed..
how to solve this?


Messages In This Thread
active record and errors - by El Forum - 12-24-2008, 04:48 AM
active record and errors - by El Forum - 12-25-2008, 05:02 AM
active record and errors - by El Forum - 12-27-2008, 10:15 AM
active record and errors - by El Forum - 12-27-2008, 01:55 PM
active record and errors - by El Forum - 12-29-2008, 02:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB