Welcome Guest, Not a member yet? Register   Sign In
Model refusing to insert data
#11

(This post was last modified: 01-12-2021, 02:44 PM by includebeer. Edit Reason: Fixes php code block )

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();
$data $this->request->getPost();

if (! 
$userModel->insert($data)) {
    var_dump($userModel->errors());

Reply




Theme © iAndrew 2016 - Forum software by © MyBB