Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev 883 Rev 906
Line 30... Line 30...
30
 
30
 
31
#設置命名
31
#設置命名
32
namespace qbpwcf;
32
namespace qbpwcf;
33
 
33
 
34
#以該檔案的實際位置的 lib path 為 include path 首位
34
#以該檔案的實際位置的 lib path 為 include path 首位
35
exec("cd ".pathinfo(__FILE__)["dirname"]."/../../;pwd;",$output,$status);
35
exec("cd ".pathinfo(__FILE__)["dirname"]."/../lib;pwd;",$output,$status);
36
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
36
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
37
 
37
 
38
#匯入外部套件
38
#匯入外部套件
39
include("allInOne.php");
39
include("allInOne.php");
40
 
40