Welcome Guest, Not a member yet? Register   Sign In
Active record Update issue
#1

[eluser]chinedubond[/eluser]
please i keep getting an error with my code below.
i am trying to update a table.
i believe i am doing everything ok.

please help.

Code:
$array = array('timeregistered' => $timereg, 'password' => $password);
        $this->db->set('active', 1);
        $this->db->where($array);
        $query=$this->db->update('ng_contactperson');  

[b]LINE 34[/b]    if($query->num_rows() > 0){
        
        return true;
        
        }
        else{
        
        return FALSE;
        }

Code:
Fatal error: Call to a member function num_rows() on a non-object in D:\dumps\opensource\projects\nightengale\bizlocator\system\application\models\users\usersmodel.php on line 34


Messages In This Thread
Active record Update issue - by El Forum - 06-04-2008, 11:58 AM
Active record Update issue - by El Forum - 06-04-2008, 01:26 PM
Active record Update issue - by El Forum - 06-04-2008, 01:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB