Welcome Guest, Not a member yet? Register   Sign In
delete don't work
#1

[eluser]molistok[/eluser]
Hi,
I am trying to delete one register but I can't get it. This is my code:
Code:
class my_class extends IgnitedRecord {
...
   public function delete($id)
    {
        $this->where('id',$id);
        $rec=$this->find_all();
        foreach( $rec as $message)
        {
             $message->delete();
        }
    }
}

I check that $message is one row. I try this and after some seconds I get this message in Internet Explorer: "Internet Explorer cannot display the webpage".

Can any help me please?
Thanks.


Messages In This Thread
delete don't work - by El Forum - 03-08-2009, 04:19 PM
delete don't work - by El Forum - 03-11-2009, 04:04 PM
delete don't work - by El Forum - 03-16-2009, 09:25 AM
delete don't work - by El Forum - 03-22-2009, 03:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB