Welcome Guest, Not a member yet? Register   Sign In
Setting a value to null with Active Record
#5

[eluser]gtech[/eluser]
Beatryders solution does work.. This also worked for me

Code:
$this->db->where('id',$uid);
$this->db->update('user',array('phone_2' => NULL));


Messages In This Thread
Setting a value to null with Active Record - by El Forum - 10-31-2007, 05:43 PM
Setting a value to null with Active Record - by El Forum - 10-31-2007, 10:24 PM
Setting a value to null with Active Record - by El Forum - 11-01-2007, 11:45 AM
Setting a value to null with Active Record - by El Forum - 11-01-2007, 12:55 PM
Setting a value to null with Active Record - by El Forum - 11-01-2007, 01:14 PM
Setting a value to null with Active Record - by El Forum - 11-01-2007, 01:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB