Changeset 324 for trunk/trax/vendor

Show
Ignore:
Timestamp:
07/28/09 03:36:06 (3 years ago)
Author:
john
Message:

added the ablility to add additional include_paths and _autoload into autoload to allow for additional functionality to trax's autoload

Files:
1 modified

Legend:

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

    r323 r324  
    165165    }   
    166166     
    167     function include_path_exists($path) { 
    168         return in_array($path, self::$include_paths) ? true : false;        
    169     } 
    170      
    171167    function load_active_record_connections_config() { 
    172168        # Make sure database settings are cleared out