Changeset 137 for trunk/docs


Ignore:
Timestamp:
Jun 3, 2006 8:15:06 PM (18 years ago)
Author:
scdev
Message:

Q - Renamed SessionCache? to Cache, RecordVersion? to Version, and RecordLock? to Lock

Location:
trunk/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/file_layout.txt

    r136 r137  
    5252        PEdit.inc.php (page-by-page file-based content management system)
    5353        Prefs.inc.php (class for semi-permenent storage of values)
    54         RecordLock.inc.php (db record locking system)
    55         RecordVersion.inc.php (db record versioning system)
     54        Lock.inc.php (db record locking system)
     55        Version.inc.php (db record versioning system)
    5656        ScriptTimer.inc.php (timer for scripts)
    5757        Cache.inc.php (class for accessing a cache in a users session, stores any variables for quick retreival)
  • trunk/docs/revision_history.txt

    r136 r137  
    2929    - DB
    3030    - DBSessionHandler
    31     - RecordLock
    32     - RecordVersion
     31    - Lock
     32    - Version
    3333    - Cache
    3434    - Upload
     
    7272Full test suite for all codebase libraries. Run from the command line: "codebase/tests/run_tests.sh;"
    7373
    74 Classes that access database tables have a function initDB() that will setup the basic schema necessary to run. This includes Auth_SQL, RecordVersion, RecordLock, and DBSessionHandler.
     74Classes that access database tables have a function initDB() that will setup the basic schema necessary to run. This includes Auth_SQL, Version, Lock, and DBSessionHandler.
    7575
    7676And much much more still to document...
Note: See TracChangeset for help on using the changeset viewer.