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

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',
]); 
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB