You must use the "set" method to update an entry. (Again) |
Hello, thx for the answer,
I tried the following: PHP Code: $data = ['username' => $username, Resulting in the error: Call to a member function set() on null. Maybe I have to add the point that the create_user method is part of the UserModel, therefore I thought that with my $this->insert() the method described in the documentation is used: https://codeigniter.com/user_guide/models/model.html Quote:insert() |
Welcome Guest, Not a member yet? Register Sign In |