【おすすめソフト】PHPのソースコードを読むための強力なツール、PHPXref
今日は、SourceInsightと同様に、関数定義の場所を簡単に確認できる、PHPのソースコードを読むための強力なツール、PHPXrefをおすすめします。
ダウンロードアドレス: http://sourceforge.net/projects/phpxref/
インストール方法:
1. phpxref.zip をディレクトリ a に直接解凍します
2. ディレクトリ a に入り、phpxref.cfg ファイルを編集し、SOURCE、OUTPUT、PROJECT、CHARSET の 4 つの設定を変更します
# The base directory containing all of your PHP code to be indexed # This could just be a directory containing symlinks to the real directories #SOURCE=C:\webserver\sites\www.myhost.com\htdocs SOURCE=D:\http_root\answer # The directory in which you'd like the output to be written #OUTPUT=C:\phpxref\output OUTPUT=D:\code_review\output # Project name; something short PROJECT=Answer # Character set to specify for generated HTML CHARSET=utf-83. ダブルクリックして phpxref.exe を実行します
参考: http://www.awflasher.com/blog/archives/1079