0

while debugging when I reach on this point it took some time more then minute.

$this->db->where('userid', $userid);
        $this->db->update('tbluser', ['activity' => date('Y-m-d H:i:s')]);

I have executed same update query string in phpmyadmin and it took 0.0005 seconds. Don't know why it is like that, anyone help will be greatly appreciated

0 Answers0