07-30-2008, 02:32 AM
[eluser]Bramme[/eluser]
[quote author="khmer angkor" date="1217421645"][/quote]
And that has what to do with this topic?
[quote author="khmer angkor" date="1217421645"]
Code:
function updateProfile($userID) {
$data = array(
'password' => $this->password,
'fullname' => $this->fullname,
'phone' => $this->phone,
'email' => $this->email
);
$this->db->where('userID', $userID);
$status = $this->db->update('sys_user', $data);
return $status;
And that has what to do with this topic?