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