PHPXref
PHPXref is a Perl script to make working with the source code of a large PHP site somewhat easier. It allows you to: Cross references classes, interfaces, functions, variables, constants and database tables defined and used across your various PHP files, and generates documentation for each class & function defined in the PHP files by utilizing formatted comments placed next to each function. The output is a tree of HTML files that can be downloaded and browsed on a local machine without having to setup a web server, etc.
Visit publisher site: PHPXrefListing Details
- Version:
- 0.7
- Filed in:
-
Scripts / CGI & Perl / Scripts & Programs / Development Tools / Utilities
- Publisher:
- Gareth Watts Other listings by this publisher
License & Pricing Information
- License Type:
- GPL
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
I recently needed to make some modifications to a large (800+ page) PHP application, without having seen the code before. This script made the task of understanding the way the code inter-related a breeze, by providing a hyperlinked cross reference to internal and standard PHP functions.