Subversion Repositories qbpwcf-lib(archive)

Rev

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

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