Welcome Guest, Not a member yet? Register   Sign In
Active Record : how to update the data
#2

[eluser]Armchair Samurai[/eluser]
Probably:
Code:
$this->db->set('expense', 'expense + 1000', FALSE);
$this->db->where('id', 1);
$this->db->update('myincome');


Messages In This Thread
Active Record : how to update the data - by El Forum - 05-23-2008, 02:18 AM
Active Record : how to update the data - by El Forum - 05-23-2008, 02:55 AM
Active Record : how to update the data - by El Forum - 05-23-2008, 02:58 AM
Active Record : how to update the data - by El Forum - 05-23-2008, 03:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB