Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 883 | Rev 925 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 883 Rev 906
Line 35... Line 35...
35
 
35
 
36
#指派命名空間
36
#指派命名空間
37
namespace qbpwcf;
37
namespace qbpwcf;
38
 
38
 
39
#以該檔案的實際位置的 lib path 為 include path 首位
39
#以該檔案的實際位置的 lib path 為 include path 首位
40
exec("cd ".pathinfo(__FILE__)["dirname"]."/../../;pwd;",$output,$status);
40
exec("cd ".pathinfo(__FILE__)["dirname"]."/../lib;pwd;",$output,$status);
41
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
41
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
42
 
42
 
43
#匯入外部套件
43
#匯入外部套件
44
include("allInOne.php");
44
include("allInOne.php");
45
 
45