Welcome Guest, Not a member yet? Register   Sign In
multiple comment delete
#2

[eluser]überfuzz[/eluser]
Lets see, so far you've got:
Code:
$this->db->set('status','inactive');
$this->db->update('hir_kommentek');
Out of the blue, are they for setting rows and updating rows..? Why don't you go completely wild and create:
Code:
$this->db->delete($array_with_id_numbers);
If you get the methods working you can use them through out your entire site.


Messages In This Thread
multiple comment delete - by El Forum - 09-13-2009, 07:38 AM
multiple comment delete - by El Forum - 09-13-2009, 01:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB