Пример #1
0
 function set_default_include_paths()
 {
     # first clear out all the current paths
     self::$include_paths = array();
     # now add the default paths
     self::add_include_path(array(".", TRAX_LIB_ROOT, PHP_LIB_ROOT, self::$lib_path, self::$plugins_path, self::$vendor_path, self::$server_default_include_path));
 }