On Mon, Jun 29, 2009 at 1:16 PM, Dotan Cohen<dotanco...@gmail.com> wrote:

> * What files are include in which scripts

pecl.php.net/package/inclued  - an awesome tool, will show you
includes/require calls to other ones, show you any redundancy (dotted
lines) etc. helps you clean up any nested and unnecessary includes or
requires. Rasmus approved(tm)

use it with graphviz and you've got visual maps of your entire
include/require structure.

> * The relationships between defined classes (eg A extends B)
> * What other classes are utilized by which classes (eg, instantiation)

doesn't phpdoc or something do this stuff? might need comments before
each function/method to make it really work well. not sure. i think
there's also something called "phpxref" as well that might work...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to