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 918
Line 34... Line 34...
34
 
34
 
35
#使用命名空間qbpwcf
35
#使用命名空間qbpwcf
36
namespace qbpwcf;
36
namespace qbpwcf;
37
 
37
 
38
#以該檔案的實際位置的 lib path 為 include path 首位
38
#以該檔案的實際位置的 lib path 為 include path 首位
39
exec("cd ".pathinfo(__FILE__)["dirname"]."/../lib;pwd;",$output,$status);
39
exec("cd ".pathinfo(__FILE__)["dirname"]."/../lib/qbpwcf;pwd;",$output,$status);
40
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
40
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
41
 
41
 
42
#匯入外部套件
42
#匯入外部套件
43
include("allInOne.php");
43
include("allInOne.php");
44
 
44