开发者

trace wordpress functions and including files

I would like to learn how Worpress is working internally. I have to find out how the data 开发者_如何学JAVAis flowing around functions and files. Is there any tool available for windows to find out this ?

Thank you very much


You can use function debug_backtrace() in PHP and setup XDebug. Both will show you all the functions called and the files they're in.


phptrace maybe a more alternative for you, but it do not support windows now , why not try linux or Mac OS X

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜