PHPXref: Difference between revisions
Jump to navigation
Jump to search
m (add demo) |
mNo edit summary |
||
| Line 16: | Line 16: | ||
# Execute the c:\PHPXref\phpxref.bat and wait some minutes... | # Execute the c:\PHPXref\phpxref.bat and wait some minutes... | ||
# Browse the generated page URL: file://c:\PHPXref\output/index.html | # Browse the generated page URL: file://c:\PHPXref\output/index.html | ||
version: | |||
* PHPXref 0.7 | |||
* IndigoPerl V9.02 / Perl 5.10.0 | |||
[[Category:PHP]] [[Category:Programming]] [[Category:Software]] | [[Category:PHP]] [[Category:Programming]] [[Category:Software]] | ||
Revision as of 00:33, 8 May 2009
PHPXref - The PHP Cross Referencing Documentation Utility (demo)
Using PHPXref on MS Windows
requirement
- Download PHPXref for MS Windows
- Download IndigoPerl, a binary distribution of Perl for Windows (not use the xampp built-in perl or TinyPerl)
installation
- Install the "IndigoPerl" to the default directory: c:\perl-5.10.0\ (perl.exe will locate to c:\perl-5.10.0\bin\perl.exe)
- Extract "PHPXref" to c:\PHPXref (or other directory you preferred)
- Modify the perl path of the file c:\PHPXref\phpxref.bat
C:\Perl\bin\perl phpxref.pl
toc:\perl-5.10.0\bin\perl.exe
- Copy the php_scripts you want to analyze to c:\PHPXref\source\php_scripts\
generation the cross reference report
- Execute the c:\PHPXref\phpxref.bat and wait some minutes...
- Browse the generated page URL: file://c:\PHPXref\output/index.html
version:
- PHPXref 0.7
- IndigoPerl V9.02 / Perl 5.10.0