Welcome Guest, Not a member yet? Register   Sign In
$this->input->post in ci4
#2

(This post was last modified: 09-06-2021, 01:12 AM by InsiteFX.)

This is how its done in ci 4.

PHP Code:
$request = \Config\Services::request();

// leave PropertyName blank to get all properties.
$data = $request->getPost('PropertyName'); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
$this->input->post in ci4 - by vohuuphuc - 09-05-2021, 08:58 AM
RE: $this->input->post in ci4 - by InsiteFX - 09-06-2021, 01:11 AM
RE: $this->input->post in ci4 - by vohuuphuc - 09-06-2021, 08:45 AM
RE: $this->input->post in ci4 - by ikesela - 09-06-2021, 11:15 AM
RE: $this->input->post in ci4 - by vohuuphuc - 09-07-2021, 08:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB