Example #1
0
 /**
  * 设置应用初始化目录
  * @param string $root_path
  * @return void
  */
 public static function setRootPath($root_path)
 {
     self::$_appInitPath = $root_path;
 }
Example #2
0
 /**
  * Set autoload root path.
  * @param string $root_path
  * @return void
  */
 public static function setRootPath($root_path)
 {
     self::$_autoloadRootPath = $root_path;
 }