Ignore:
Timestamp:
Dec 18, 2005 12:16:03 AM (18 years ago)
Author:
scdev
Message:

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/revision_history.txt

    r41 r42  
    1010    - will still run if info missing: db creds, log dir, session info.
    1111    - can be located in /usr/local/lib/php if necessary, so accessible by all sites.
    12    
     12
    1313remove interdependencies:
    1414    - App() is the only dependency for other classes. It includes Utilities.inc.php silently.
    1515    - Update libs requiring external files, such as html templates and email templates, classes now self-contained.
    16    
     16
    1717Things with modified interfaces:
    1818    - App
     
    4141        - lang
    4242    - $dbh database handler
    43    
     43
    4444App object:
    4545    - object belongs to a realm, keeping messages and session data within specific site/app.
    4646    - uses the singleton pattern so only one instance of App exists for each app.
    4747    - app object can be accessed globally without reference to object name by calling methods statically, e.g. App:logMsg()
    48     - seperate application and codebase parameters from site configuration variables. 
     48    - seperate application and codebase parameters from site configuration variables.
    4949      Use $app->getParam('var') or App::getParam('var') to get app params.
    5050      F or site configurations do whatever you want (I'm using $cfg['node']['features'] format for configurations)
    51    
     51
    5252App configuration parameters
    5353    - defaults part of the app class
Note: See TracChangeset for help on using the changeset viewer.