Welcome Guest, Not a member yet? Register   Sign In
Problem in passing value from model to controller
#5

[eluser]Rick Jolly[/eluser]
Or...
Code:
function add_student($fname, $lname)
{
    $this->db->set('fname', $fname);
    $this->db->set('lname', $lname);
    $this->db->insert('student');
    return $this->db->insert_id();
}


Messages In This Thread
Problem in passing value from model to controller - by El Forum - 08-12-2008, 04:02 PM
Problem in passing value from model to controller - by El Forum - 08-21-2008, 09:43 AM
Problem in passing value from model to controller - by El Forum - 08-23-2008, 05:55 PM
Problem in passing value from model to controller - by El Forum - 08-23-2008, 09:06 PM
Problem in passing value from model to controller - by El Forum - 08-23-2008, 11:18 PM
Problem in passing value from model to controller - by El Forum - 08-23-2008, 11:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB