[eluser]D-dawg[/eluser]
is there any way I can still take advantage of the features of codeigniter, not having to write the entire query, so I can do liek:
will
Code:
$this->db->set('HIGH_PRIORITY');
work in relation with:
Code:
$this->db->set('rating','((rating*votes)+'. $rating.')/(votes+1)', FALSE);
$this->db->set('votes','votes+1', FALSE);