Subversion Repositories qbpwcf-lib(archive)

Rev

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

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