Are there any PHP code visualization tools?

前端 未结 6 979
抹茶落季
抹茶落季 2020-12-24 07:48

Looking for software that will analyze php code (i.e. all of wordpress or the thematic theme) and show me pretty pictures (perhaps a block diagram) of all the connections to

6条回答
  •  不思量自难忘°
    2020-12-24 08:30

    • KCachegrind - With Xdebug you can profile the execution of your scripts, KCachegrind can generate some pretty awesome call graphs from this
    • nwire for Eclipse

提交回复
热议问题