![]() |
Model refusing to insert data - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Model refusing to insert data (/showthread.php?tid=78351) Pages:
1
2
|
RE: Model refusing to insert data - paulbalandan - 01-12-2021 Can you share an image of your UserModel's $allowedFields? As well as the var_dump of the $data from $this->request->getPost()? Then what is the error when you do this? PHP Code: $userModel = new UserModel(); |