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