Subversion Repositories qbpwcf-lib(archive)

Rev

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

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