Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: source code says Request::getMethod() is deprecated, what to use?
Post: RE: source code says Request::getMethod() is depre...

if ($this->request->getMethod() == 'post') { } instead we can use if ($this->request->getPost()) { } Hope it helps. (CI4 solution)
14,847 Views
15 Replies
07-30-2021, 01:10 AM
Anglin George

Theme © iAndrew 2016 - Forum software by © MyBB