Posted by Harald Lapp on 10/25/73 11:40
hi,
Angelos Devletoglou wrote:
> Hello everybody,
>
> I am trying to find if there is any simple Documentation tool or PHP
> file analyser.
> I am going to confess that I started designing my project but at some
> point my timeframe did alow me to spend more time on design so I started
> developing and I ended up having a crap OO code.
>
> So I am looking for a quick way to get all my files and actually output
> on a paper the function/methods of each Class.
>
i don't know if it's exactly what you are looking for:
http://phpxref.sourceforge.net/
it's a cross-referencing tool for php. it generates html output
and it's very easy to browse all your source-code. it will link
all functions and methods so you can easily find where your
methods and classes where defined. if you're using mysql for
your project, it's even possible to get a simple documentation
of your mysql database tables.
regards
harald
[Back to original message]
|