CodeIgniter Forums
CI4 lifecycle : What is the loading point of Common.php - 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: CI4 lifecycle : What is the loading point of Common.php (/showthread.php?tid=76330)



CI4 lifecycle : What is the loading point of Common.php - webdevron - 05-04-2020

I have developed an Ecommerce application using pre-release version of CI4. In that application I have used "service" in Common.php (inside app) file without any issue. But after updating to 4.0.3, the availability of services in Common.php fle is missing. Even, I can not use base_url() in Common.php. I think the entry point of Common.php in CI4 lifecycle has been changed.

Could anyone help me please by providing me the CI4 lifecycle and the loading/entry point of Common.php?
Thanks in advance.


RE: CI4 lifecycle : What is the loading point of Common.php - vitnibel - 05-04-2020

This file including in System/bootstrap.php in the same way as in RC-1 in which the App/Common.php file appeared.
index.php -> System/bootstrap.php -> App/Common.php & System/Common.php