Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev 926 Rev 929
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"]."/usr/lib;pwd;",$output,$status);
29
exec("cd ".pathinfo(__FILE__)["dirname"]."/usr/lib/qbpwcf/;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
require_once("allInOne.php");
33
require_once("allInOne.php");
34
 
34