CodeIgniter Forums
$this->$request->getMethod() NOT WORKING Anymore? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: $this->$request->getMethod() NOT WORKING Anymore? (/showthread.php?tid=78898)



$this->$request->getMethod() NOT WORKING Anymore? - Filippo - 03-24-2021

https://codeigniter.com/user_guide/concepts/http.html
the code at this page is not working with my version of CI4 downloaded yesterday (4.1)

$this->$request has no more getMethod() or Post method ?

Workaround?


RE: $this->$request->getMethod() NOT WORKING Anymore? - kenjis - 03-24-2021

Which code?

Not `$this->$request` but `$this->request`.