Welcome Guest, Not a member yet? Register   Sign In
How to use timestamp fields in CI4 Model?
#1

I am trying to set value for timestamp field in CodeIgniter 4 model. But I couldn't find anything relevant to date fields in the CI documentation. The only thing I see is related to automatic timestamp fields.

In CI 3 I have used it like below.

 $this->db->set('last_loggedin''CURRENT_TIMESTAMP'FALSE);
Reply


Messages In This Thread
How to use timestamp fields in CI4 Model? - by msnisha - 06-18-2020, 04:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB