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 923
Line 42... Line 42...
42
 
42
 
43
#指派命名空間
43
#指派命名空間
44
namespace qbpwcf;
44
namespace qbpwcf;
45
 
45
 
46
#以該檔案的實際位置的 lib path 為 include path 首位
46
#以該檔案的實際位置的 lib path 為 include path 首位
47
exec("cd ".pathinfo(__FILE__)["dirname"]."/../lib;pwd;",$output,$status);
47
exec("cd ".pathinfo(__FILE__)["dirname"]."/../lib/qbpwcf;pwd;",$output,$status);
48
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
48
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
49
 
49
 
50
#匯入外部套件
50
#匯入外部套件
51
include("allInOne.php");
51
include("allInOne.php");
52
 
52