-
Hi all -
I have inherited a php stream of some 3990 modules scattered about in some 270 folders... I need to find out what is calling what and where it is located. I was directed to phpdoc, which sounded like exactly what we give me the tree flow to the stream ... I have downloaded it a few times, extracted it and tried to get it to run - so far the best I can get is the command line...
2008-04-23 14:27:03 UTC by patndan
-
I have some classes in a directory called classes, some came with supposely friendly phpdocblocks already in them (The ones I didn't write) and the ones I did write have also phpdocblocks also. when I run phpdoc, it creates the documentation and documents the packages for those at the outer layer i.e. it registers them as packages but fails to create the required directories in the doc tree...
2007-10-29 18:14:35 UTC by marathonmom
-
My output appears to be using Smarty, but I'm not sure if Smarty is used all the time. Maybe it depends on which param with -o switch "-o HTML:frames:earthli" or "-0 HTML:default:default"
My intention was to run phpdoc locally, then promote the whole output to my shared host. I do want to link to the source code, and I was wondering how this works. Does phpdoc make its...
2006-08-17 20:44:14 UTC by i_dvlp
-
Well, when files that are phpDoc-ed have include() or
include_once() directives in them which do not have
appropriate phpDoc tags to document them, individually,
only the page-level docblock, the error page reports eg.
addcomment.php
Warnings:
Warning on line 47 - Page-level DocBlock precedes
"include_once addcomment.php", use another DocBlock to
document the source element...
2005-11-09 16:09:11 UTC by kyrian
-
The page layout ofhttp://www.phpdoc.org does not
display well with Opera. Perhaps the CSS style sheets
HTML is somehow not playing well.
Please check the included picture from opera 7.x / win32
The screenshot is form "installation clarification"
http://www.phpdoc.org/news.php?news_id=41.
2004-04-19 09:15:40 UTC by jaalto
-
There are many Warnings and errors displayed while
opening index.php4.
This is W2k/Cygwin
apache 1.3.29
PHP 4.2.x
Picture of the opening screen has been included
with lowest possible jpeg quality to save space.
------------
Notice: Undefined variable: language_ui_id in
/usr/share/site-php/sourceforge/phpdoc/prepend.php4 on
line 4
Notice: Undefined variable: language_id in.
2004-02-04 06:54:53 UTC by jaalto
-
Just out of curiosity, how did you come to the decision for the DB design that you did?
It seems to me that it would make more sense to have:
A table 'projects' that has and id, an name, and a description.
A table 'classes' that has an id, a project id, a name, a description, and an example field.
A table 'functions' that has an id, a class id, a name, a description, and an...
2003-05-14 22:09:27 UTC by tocano
-
Ability to view the complete breakdown of project,
classes, functions, parameters, etc with descriptions
and examples etc, separate from the building side.
Simply for lookup.
2003-05-14 21:57:16 UTC by tocano
-
You should be able to give a project directory and the
system will recursively search through all files
(either .php or .php4 or whatever) and when it finds a file
(whether class file or not), it grabs the javadoc-style
comments that are already in the file and create your
class-function-parameters heirarchy with details,
examples, author version, date and other info.
NOTE: This...
2003-05-14 21:55:43 UTC by tocano
-
You should be able to give a project directory and the
system will recursively search through all files
(either .php or .php4 or whatever) and when it finds a
class file, it grabs the javadoc-style comments that are
already in the file and create your class-function-
parameters heirarchy with details, examples, author
version, date and other info.
2003-05-14 21:53:22 UTC by tocano