Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 950 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 950 Rev 952
Line 29... Line 29...
29
 
29
 
30
#使用命名空間qbpwcf
30
#使用命名空間qbpwcf
31
namespace qbpwcf;
31
namespace qbpwcf;
32
 
32
 
33
#以該檔案的實際位置的 lib path 為 include path 首位
33
#以該檔案的實際位置的 lib path 為 include path 首位
34
exec("cd ".pathinfo(__FILE__)["dirname"]."/../;pwd;",$output,$status);
34
exec("cd ".pathinfo(__FILE__)["dirname"]."/../../".$folderOfUsrLib.";pwd;",$output,$status);
35
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
35
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
36
 
36
 
37
#匯入外部套件
37
#匯入外部套件
38
include("allInOneForJson.php");
38
include("allInOneForJson.php");
39
 
39