![]() |
How to get the instance of CI4? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: How to get the instance of CI4? (/showthread.php?tid=75067) |
How to get the instance of CI4? - takielias - 12-16-2019 We can easily get the Instance in CI3 like below PHP Code: $CI = &get_instance(); How can I get it in CI4? RE: How to get the instance of CI4? - InsiteFX - 12-16-2019 There is no more instance of CodeIgniter it is all OOP now. |