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