[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DB changes



> So the DB changes we talked about are all implemented, and we have two
> user tables?

Yes.  New user tables have been implimented.  

Users - contains session related info.

UserInfo - Contains all other user info, including the new category you
requested I add, RcvLKBMail

Again, I urge everyone coding in PHP to use the new data object I have
created, which BTW - I just renamed :).

Instead of RecordSet I have renamed it ResultSet.  Only and last time I
change the name of it - sorry.  RecordSet didn't make any sense when using
it for commits/updates to the DB.  I'm expanding its functionality as a
commitor as well... more docs forthcoming.  Until then see the
functions.php3 file.

> Is there an updated schema anywhere?  We really should have a single URL
> that will always hold the latest schema...

Coming any time now... as I said, I'm taking these 2 or 3 days to update
all documentation for things I've been working on.

Everyone - take a look at /index.php3 or /search/simple.php3

After I finish doc updates I'm going to port it to advanced.php3 and
incorporate Aaron's menu-change suggestions in some fassion.

Jason