Show
Ignore:
Timestamp:
05/29/06 01:36:55 (6 years ago)
Author:
john
Message:

fixed some syntax errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/active_record.php

    r203 r210  
    20172017     * 
    20182018     *  The name of the database normally comes from 
    2019      *  $GLOBALS['TRAX_DB_SETTINGS'] which is set in {@link 
     2019     *  Trax::$database_settings which is set in {@link 
    20202020     *  environment.php} by reading file config/database.ini. The 
    20212021     *  database name may be overridden by assigning a different name 
     
    20232023     *   
    20242024     *  If there is a connection now open, as indicated by the saved 
    2025      *  value of a DB object in $GLOBALS['ACTIVE_RECORD_DB'], and 
     2025     *  value of a DB object in Trax::$active_record_connections[$connection_name], and 
    20262026     *  {@link force_reconnect} is not true, then set the database 
    20272027     *  fetch mode and return. 
    20282028     * 
    20292029     *  If there is no connection, open one and save a reference to 
    2030      *  it in $GLOBALS['ACTIVE_RECORD_DB']. 
     2030     *  it in Trax::$active_record_connections[$connection_name]. 
    20312031     * 
    20322032     *  @uses $db