求研究discuz x3 源码分析顺序,该如何处理

WBOY
Release: 2016-06-13 11:46:29
Original
803 people have browsed it

求研究discuz x3 源码分析顺序
   网上有人说discuz源码分析从.include/common.inc.php这个文件看起,但是我下载是discuz x3,里面都没有找到这个文件。。。
   看里面的文件完全没有头绪,希望有分析过discuz x3的,告诉我一个大概的流程??
   万分感谢!!!
------解决方案--------------------

引用:
   网上有人说discuz源码分析从.include/common.inc.php这个文件看起,但是我下载是discuz x3,里面都没有找到这个文件。。。
   看里面的文件完全没有头绪,希望有分析过discuz x3的,告诉我一个大概的流程??
   万分感谢!!!

我也在学,帮顶下
------解决方案--------------------
dz3.0往后的版本中程序的入口文件 /source/class/class_core.php然后加载/source/class/discuz/discuz_application.php加载数据库文件,配置文件,用户,回话,任务计划等设置

细节性的东西我也不是很明白,我建议你下载个netbeans7.3装个xdebug可以调试php,可以看文件加载的逻辑顺序
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template