Welcome Guest, Not a member yet? Register   Sign In
Having trouble updating my database with CodeIgniter
#3

[eluser]jegbagus[/eluser]
i'm sorry sir, might be you forget the ID parameter?
[quote author="cvandal" date="1252656053"]
The Model:
Code:
function update_entry($data)
    {
        $this->db->where('id');
        $this->db->update('pages', $data);
    }
[/quote]


Messages In This Thread
Having trouble updating my database with CodeIgniter - by El Forum - 09-10-2009, 09:00 PM
Having trouble updating my database with CodeIgniter - by El Forum - 09-10-2009, 09:26 PM
Having trouble updating my database with CodeIgniter - by El Forum - 09-10-2009, 09:28 PM
Having trouble updating my database with CodeIgniter - by El Forum - 09-10-2009, 10:06 PM
Having trouble updating my database with CodeIgniter - by El Forum - 09-10-2009, 10:40 PM
Having trouble updating my database with CodeIgniter - by El Forum - 09-10-2009, 11:54 PM
Having trouble updating my database with CodeIgniter - by El Forum - 09-10-2009, 11:58 PM
Having trouble updating my database with CodeIgniter - by El Forum - 09-11-2009, 12:27 AM
Having trouble updating my database with CodeIgniter - by El Forum - 09-11-2009, 01:47 AM
Having trouble updating my database with CodeIgniter - by El Forum - 09-11-2009, 07:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB