Welcome Guest, Not a member yet? Register   Sign In
Active record question
#1

[eluser]megabyte[/eluser]
So with CodeIgniter's active record, you can do this:


Code:
$this->db->set('id', $id, FALSE);

Add a third parameter.

But if you use an array:

Code:
$data = array('id' => $id);


How would you mimic this?


Messages In This Thread
Active record question - by El Forum - 02-04-2010, 03:37 PM
Active record question - by El Forum - 02-04-2010, 04:06 PM
Active record question - by El Forum - 02-04-2010, 04:15 PM
Active record question - by El Forum - 02-04-2010, 04:18 PM
Active record question - by El Forum - 02-25-2010, 03:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB