Research discuzx3 source code analysis sequence & nbsp; someone on the Internet said that discuz source code analysis from. includecommon. inc. php file, but I downloaded discuz & nbsp; x3, and none of them found this file... & Nbsp; check whether there is any clue in the file. if you want to analyze discuz & nbsp; x3, tell me a rough idea of the order of discuz x3 source code analysis.
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 !!!
Discuz? X3
Share: More
------ 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.