Welcome Guest, Not a member yet? Register   Sign In
error in validation documentation?
#1

I've been reading the documentation on validation, (https://codeigniter4.github.io/userguide...ation.html) and following the mini-tutorial. But it results in an error: "Undefined property: App\Controllers\Form::$validation".

In the Form.php controller, shouldn't
Code:
'validation' => $this->validation

be

Code:
'validation' => $this->validator
?

I'm very new to codeigniter, so apologies if I'm misunderstanding something!
Reply


Messages In This Thread
error in validation documentation? - by jaddle - 09-26-2019, 01:29 PM
RE: error in validation documentation? - by Ekley - 10-11-2019, 07:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB