Welcome Guest, Not a member yet? Register   Sign In
$this->db->delete() -- does it return anything?
#1

[eluser]parham90[/eluser]
Hi,

I was wondering if $this->db->delete() returns anything. I am writing a model, and I want the model to return false if deletion fails, so I can notify the user. Is it possible to say:

Code:
if ($this->db->delete('links'))
return true;
else
return false;

Oh, and also, is it possible to monitor a forum so I can know when a new question is posted (so I can help answer it!)? I see people answer my questions really fast.

Thank you all.


Messages In This Thread
$this->db->delete() -- does it return anything? - by El Forum - 05-06-2010, 12:24 AM
$this->db->delete() -- does it return anything? - by El Forum - 05-06-2010, 12:33 AM
$this->db->delete() -- does it return anything? - by El Forum - 05-06-2010, 12:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB