2010-11-01 60 views

回答

3

是的,通过使用set()方法并将第三个参数设置为FALSE。

$this->db->set('date', 'NOW()', FALSE); 
$this->db->insert('mytable');