CodeIgniter Forums
What is the request life cycle in CI? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: What is the request life cycle in CI? (/showthread.php?tid=68384)



What is the request life cycle in CI? - tahir - 07-04-2017

I'm a newbie for Codeignitor (CI), I want to know how a request is handled when it comes to CI, just like it is explained for laravel in it's doc. Specifically I'm asking for CI 3.x


RE: What is the request life cycle in CI? - skunkbad - 07-04-2017

This is what the user guide offers:

https://www.codeigniter.com/user_guide/overview/appflow.html

If you want more details, you can look through the code. It's not hard to see what's going on, but I've never seen a detailed description here in the forum.