Changeset 21 for trunk/docs


Ignore:
Timestamp:
Nov 17, 2005 7:37:40 AM (18 years ago)
Author:
scdev
Message:

More random updates. Improved self-instantiation pattern in SessionCache? to match that of App. More little tweaks.

Location:
trunk/docs
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/docs/revision_history.txt

    r20 r21  
    2323    - RecordVersion
    2424    - SessionCache
     25    - Upload
    2526
    2627One application will always have distinct:
     
    5354    - do not need to be set in any specific order
    5455    - missing vars are dynamically accounted for.
    55      
     56
     57Auth_SQL object:
     58    - Modified to set the auth-type within the object. We needed to use one object name ($auth) for all instances so we can use template that use this variable name commonly. login.php, lock.php, versions.php, password.php -- all in the codebase services will be used globally on multiple sites and need this variable name set.
     59
    5660DB object:
    5761    - Self contained class for DB functions. db::query is the only necessary function. Maintains connections and state independent of App.
Note: See TracChangeset for help on using the changeset viewer.