|
Description: PHPXref is a small Perl script that I hacked together to make working with the source code of a large PHP site somewhat easier. It does two things: It cross references functions, variables and database tables defined and used across your various PHP files and it generates documentation for each function defined in the PHP files by utilizing formatted comments placed next to each function.
|