Avatar

Database schema documentation? (General)

by Micha ⌂, Sunday, March 28, 2010, 17:19 (5163 days ago) @ JP

Hi JP,

pid = parent id, the id of the parent post with 0 indicating this post is the top of the thread. Correct?

Yes.

tid = thread id? How is this generated since it doesn't auto increment?

This is the id of the first posting in a thread where pid == 0

uniqid = ?? This is a varchar string. What does it mean? How is it generated?

I don't know.

hp =?? What is this entry for?

Homepage - shown, if the user is not registered.

Also, can someone point me to the php file that actually processes a post and enters it into the the db?

functions.inc.php, isn't it?

regards Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences


Complete thread:

 RSS Feed of thread