load->database(); } public function insert_user($data){ return $this->db->insert('utilisateur', $data); } }