cpg design docs? cpg design docs?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

cpg design docs?

Started by TerryG, May 11, 2004, 07:43:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TerryG

Hey Folks,

I'm beginning to mod my cpg installation, and I was wondering if there are any cpg design docs floating around -- module lists, cross references,  function library docs, etc.

I'm reverse-engineering a data model, and would be glad to post it.  Is this the correct are for it, or should it go somewhere else?

Terry


hyperion

AFAIK, there are no design docs outside of the commentary within the code.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

Bill_S

I ran the entire CPG code set through phpDocumentor http://www.phpdoc.org/
The output is a set of linked (cross referenced) html files that include all files and functions.
One of the phpDocumentor options includes line numbered file contents (really useful!).

Check it out.

Bill
I just want it to work!