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
AFAIK, there are no design docs outside of the commentary within the code.
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