Welcome Guest, Not a member yet? Register   Sign In
Increment a field in the query builder
#2

Write this

PHP Code:
$this->db->set('f_right''f_right+1'false);
$this->db->where('f_id'$id);
$this->db->update($table); 

Reply


Messages In This Thread
RE: Increment a field in the query builder - by Rufnex - 11-30-2014, 12:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB