Welcome Guest, Not a member yet? Register   Sign In
CI Blueprint
#1

[eluser]wildcard99[/eluser]
Hi, I was just wondering if there is a CI blueprint where in everything that whats happening when CI loads are there so that I can trace which gets loaded and where things go after this..

I'm confused when I try to trace it through reading the code..
#2

[eluser]#1313[/eluser]
You should try turning on logging at level 2 or more, then in logs you will see everything quite clear.
#3

[eluser]esra[/eluser]
Read the code in the two Base?.php classes to learn the difference between the PHP4 an PHP5 implementation. CodeIgniter.php does most of work loading the classes required by the core with help from common.php. The system/codeigniter/ directory includes most of the core files, less the libraries loaded by the core which are stored in system/libraries. Basically, you can read the code in codeigniter.php to learn the sequence, including the hook points.




Theme © iAndrew 2016 - Forum software by © MyBB