PHPXref: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→installation) |
||
| Line 8: | Line 8: | ||
== installation == | == installation == | ||
# Install the "IndigoPerl" to the default directory: c:\perl-5.10.0\ (perl.exe will | # Install the "IndigoPerl" to the default directory: c:\perl-5.10.0\ (perl.exe will be located to c:\perl-5.10.0\bin\perl.exe) | ||
# Extract "PHPXref" to c:\PHPXref (or other directory you preferred) | # Extract "PHPXref" to c:\PHPXref (or other directory you preferred) | ||
# Modify the perl path of the file c:\PHPXref\phpxref.bat <pre>C:\Perl\bin\perl phpxref.pl </pre> to <pre>c:\perl-5.10.0\bin\perl.exe </pre> | # Modify the perl path of the file c:\PHPXref\phpxref.bat <pre>C:\Perl\bin\perl phpxref.pl </pre> to <pre>c:\perl-5.10.0\bin\perl.exe </pre> | ||
Revision as of 00:35, 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 be located 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