Welcome Guest, Not a member yet? Register   Sign In
source code says Request::getMethod() is deprecated, what to use?
#10

if ($this->request->getMethod() == 'post') { }
instead we can use
if ($this->request->getPost()) { }
Hope it helps. (CI4 solution)
Reply


Messages In This Thread
RE: source code says Request::getMethod() is deprecated, what to use? - by Anglin George - 07-30-2021, 01:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB