config.php 402 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Created by JetBrains PhpStorm.
  4. * User: dongyancen
  5. * Date: 13-10-10
  6. * Time: 上午1:50
  7. * To change this template use File | Settings | File Templates.
  8. */
  9. class Config
  10. {
  11. public static $projroot = "../../";
  12. //相对于projroot的路径
  13. public static $src_PATH = "src/" ;
  14. public static $test_PATH = "spec/";
  15. public static $helperFiles = array( "SpecHelper.js" );
  16. }