Subversion Repositories qbpwcf-lib(archive)

Rev

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

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