Show
Ignore:
Timestamp:
05/26/06 04:47:50 (6 years ago)
Author:
john
Message:

add static vars to Trax class

Files:
1 modified

Legend:

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

    r201 r204  
    5252        $views_extension = 'phtml', 
    5353        $path_seperator = ":", # default is Unix 
    54         $active_record_connection = null, 
     54        $active_record_connections = array(), 
    5555        $current_controller_path = null, 
    5656        $current_controller_name = null, 
     
    9595        # Load databse settings 
    9696        self::$database_settings = parse_ini_file(self::$config_path."/database.ini",true); 
    97                 
     97      
    9898        # Set the include_path 
    9999        ini_set("include_path",