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

[eluser]Unknown[/eluser]
[quote author="beatryder" date="1193909045"]
Sure
try this:
Code:
$this->db->set('phone_2','NULL'); //using the quotes usually works for me.
$this->db->where('id',$uid);
$this->db->update('user');
[/quote]

This won't work. It sets the value of phone_2 to the String 'NULL'.

Same as
Code:
$a = 'NULL';
and
Code:
$a = NULL;

are not the same thing.

-Raymond


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