Welcome Guest, Not a member yet? Register   Sign In
Incrementing db value
#1

[eluser]unknownserv[/eluser]
Is it possible to update a table and increment a value by 1 with active record?
As the update data i'm using
Code:
<?php
$data = array('field' => 'field + 1');
?>
The problem with this is that when CI does the query it does it as SET 'field' = 'field + 1', when it should be SET 'field' = field + 1 for it to work.

Any ideas?
Cheers.


Messages In This Thread
Incrementing db value - by El Forum - 03-07-2008, 01:09 PM
Incrementing db value - by El Forum - 03-07-2008, 01:26 PM
Incrementing db value - by El Forum - 03-07-2008, 01:35 PM
Incrementing db value - by El Forum - 03-07-2008, 01:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB