Ignore:
Timestamp:
Jun 3, 2006 7:47:48 PM (18 years ago)
Author:
scdev
Message:

Q - Merged branches/2.0singleton into trunk. Completed updating classes to use singleton methods. Implemented tests. Fixed some bugs. Changed some interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/revision_history.txt

    r124 r136  
    3131    - RecordLock
    3232    - RecordVersion
    33     - SessionCache
     33    - Cache
    3434    - Upload
    3535
     
    5656    - app object can be accessed globally without reference to object name by calling methods statically, e.g. App:logMsg()
    5757    - seperate application and codebase parameters from site configuration variables.
    58       Use $app->getParam('var') or App::getParam('var') to get app params.
     58      Use $app->getParam('var') or $app->getParam('var') to get app params.
    5959      F or site configurations do whatever you want (I'm using $cfg['node']['features'] format for configurations)
    6060
     
    6868
    6969DB object:
    70     - Self contained class for DB functions. db::query is the only necessary function. Maintains connections and state independent of App.
     70    - Self contained class for DB functions. $db->query is the only necessary function. Maintains connections and state independent of App.
    7171
    7272Full test suite for all codebase libraries. Run from the command line: "codebase/tests/run_tests.sh;"
Note: See TracChangeset for help on using the changeset viewer.