Changeset 325 for trunk

Show
Ignore:
Timestamp:
07/28/09 03:45:52 (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

    r324 r325  
    161161            PHP_LIB_ROOT,                       # php libs dir (ex: /usr/local/lib/php) 
    162162            self::$lib_path,                    # app specific libs extra libs to include 
     163            self::$vendor_path,                 # 3rd party libs to include in vendor (vendor/third_party) 
    163164            self::$server_default_include_path  # tack on the old include_path to the end             
    164165        ));