Changeset 201 for trunk/trax/test

Show
Ignore:
Timestamp:
05/25/06 02:58:10 (6 years ago)
Author:
john
Message:

Major changes to environment added boot.php and Trax class to hold framwork config

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/test/testenv.php

    r199 r201  
    3232        . TRAX_LIB_ROOT . PATH_SEPARATOR . ini_get('include_path')); 
    3333 
     34# Bootstrap the Trax environment, framework, and default configuration 
     35include_once(dirname(dirname(__FILE__) 
     36             . DIRECTORY_SEPARATOR . 'config' 
     37             . DIRECTORY_SEPARATOR . 'boot.php'); 
     38 
    3439// -- set Emacs parameters -- 
    3540// Local variables: