Research discuzx3 source code analysis sequence & nbsp; someone on the Internet said that discuz source code analysis from. include/common. inc. php file, but I downloaded discuz & nbsp; x3, and none of them found this file... & Nbsp; & nbs research discuz x3 source code analysis sequence
Some people on the Internet say that the discuz source code analysis starts from the. include/common. inc. php file, but I downloaded the discuz x3 file, and none of them found this file...
I have no clue about the files in it. I hope I have analyzed discuz x3 and told me a rough process ??
Thank you !!!
------ Solution --------------------
Reference:
Some people on the Internet say that the discuz source code analysis starts from the. include/common. inc. php file, but I downloaded the discuz x3 file, and none of them found this file...
I have no clue about the files in it. I hope I have analyzed discuz x3 and told me a rough process ??
Thank you !!!
I'm also learning.
------ Solution --------------------
In later versions of dz3.0, the program's entry file/source/class/class_core.php is loaded and then/source/class/discuz/discuz_application.php is loaded to set database files, configuration files, users, calls back, and task plans.
I am not very familiar with the details. I suggest you download netbeans7.3 and install xdebug to Debug php. you can see the logic sequence of file loading.