Welcome Guest, Not a member yet? Register   Sign In
Hit Counter for items
#5

[eluser]jjimenezweb[/eluser]
So I have my code in the model.

Code:
public function set_hits($id){
$this->db->set('property_hits', '`property_hits`+ 1', FALSE);
$this->db->where('property_id', $id);
$this->db->update('property');

}


Messages In This Thread
Hit Counter for items - by El Forum - 09-22-2014, 06:31 AM
Hit Counter for items - by El Forum - 09-22-2014, 08:39 AM
Hit Counter for items - by El Forum - 09-22-2014, 09:42 AM
Hit Counter for items - by El Forum - 09-22-2014, 10:00 AM
Hit Counter for items - by El Forum - 09-22-2014, 11:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB