Welcome Guest, Not a member yet? Register   Sign In
Keeping statistics....
#5

[eluser]codelearn[/eluser]
Quick question:

Is there a way to write that update query with Active Record... something like:

$this->db->where('rest_id',$IRIresults->id);
$this->db->where('date', $todays_date);
$this->db->set('hits','hits+1'); <--**This does not work, obviously**
$this->db->update('rest_stats');


Messages In This Thread
Keeping statistics.... - by El Forum - 12-12-2007, 01:29 PM
Keeping statistics.... - by El Forum - 12-12-2007, 01:32 PM
Keeping statistics.... - by El Forum - 12-12-2007, 01:34 PM
Keeping statistics.... - by El Forum - 12-12-2007, 01:58 PM
Keeping statistics.... - by El Forum - 12-14-2007, 01:41 PM
Keeping statistics.... - by El Forum - 12-14-2007, 02:30 PM
Keeping statistics.... - by El Forum - 12-14-2007, 02:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB