On Mon, Jun 29, 2009 at 2:12 PM, Christoph Boget
wrote
> I'm wondering if there isn't something out there that crawls through
> your codebase and generates a map of (any of) the following:
>
> * What files are include in which scripts
the inclued extension
http://pecl.php.net/package/inclued
*
Have you looked at class_parents()?
http://www.php.net/manual/en/function.class-parents.php
On Mon, Jun 29, 2009 at 4:42 PM, Christoph Boget wrote:
>>> * What files are include in which scripts
>> pecl.php.net/package/inclued - an awesome tool, will show you
>> includes/require calls to other one
>> * 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
On Mon, Jun 29, 2009 at 1:16 PM, Dotan Cohen 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 o
On Mon, 2009-06-29 at 23:16 +0300, Dotan Cohen wrote:
> > I'm wondering if there isn't something out there that crawls through
> > your codebase and generates a map of (any of) the following:
> >
> > * What files are include in which scripts
> > * The relationships between defined classes (eg A ext
> I'm wondering if there isn't something out there that crawls through
> your codebase and generates a map of (any of) the following:
>
> * What files are include in which scripts
> * The relationships between defined classes (eg A extends B)
> * What other classes are utilized by which classes (eg
I'm wondering if there isn't something out there that crawls through
your codebase and generates a map of (any of) the following:
* What files are include in which scripts
* The relationships between defined classes (eg A extends B)
* What other classes are utilized by which classes (eg, instantia
7 matches
Mail list logo