Welcome Guest, Not a member yet? Register   Sign In
Add a new function to add to request methods (POST, GET etc)
#3

(07-06-2022, 01:40 PM)includebeer Wrote: It's not super clear in the doc, but what you're looking for is setGlobal:
PHP Code:
$this->request->setGlobal('post', [
    'foo' => 'bar',
    'bar' => 'baz',
]); 
Yes I saw that, but that overwrites the values of all other $_POST variables.
Reply


Messages In This Thread
RE: Add a new function to add to request methods (POST, GET etc) - by mrsyh - 07-06-2022, 02:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB