|
@@ -22,6 +22,9 @@ class AutoLoad {
|
|
|
ROOTDIR . '/process/', # # 逻辑处理代码
|
|
|
ROOTDIR . '/model/User/', # # 数据结构定义
|
|
|
);
|
|
|
+ if (defined("CodeGen_Folder")) {
|
|
|
+ $incs[] = CodeGen_Folder;
|
|
|
+ }
|
|
|
$incPath = get_include_path() . PATH_SEPARATOR . join(PATH_SEPARATOR, $incs);
|
|
|
set_include_path($incPath);
|
|
|
// var_dump(get_include_path());
|