Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI4 equivalent of $this->form_validation->set_data($data);
Post: RE: CI4 equivalent of $this->form_validation->set_...

jreklund Wrote: (08-08-2020, 12:09 PM) -- Hi, you do it like this. PHP Code: -- $validation =  \Config\Services::validation(); $validation->setRules($rules, $messages); $validation->run($data...
2,047 Views
2 Replies
08-08-2020, 12:19 PM
mokalovesoulmate
    Thread: CI4 equivalent of $this->form_validation->set_data($data);
Post: CI4 equivalent of $this->form_validation->set_data...

Hello, I need to validate a value outside of $_POST data. In CI3 I could easily manually assign data (https://codeigniter.com/userguide3/libraries/form_validation.html#validating-an-array-other-tha...
2,047 Views
2 Replies
08-08-2020, 11:58 AM
mokalovesoulmate
    Thread: Why upgrade at all?
Post: RE: Why upgrade at all?

Narf Wrote: (08-03-2016, 01:09 AM) -- mokalovesoulmate Wrote: (08-02-2016, 10:17 PM) -- Because it has a lot of security fixes (this one is the most important). A week ago I finished upgrading a web...
24,469 Views
15 Replies
08-03-2016, 08:54 PM
mokalovesoulmate
    Thread: Why upgrade at all?
Post: RE: Why upgrade at all?

Because it has a lot of security fixes (this one is the most important). A week ago I finished upgrading a website from CI 2.x.x to CI 3.0.1. It takes approximate 5 working days. Not hard as what I th...
24,469 Views
15 Replies
08-02-2016, 10:17 PM
mokalovesoulmate

Theme © iAndrew 2016 - Forum software by © MyBB