index
inc/config
inc/config.bak
inc/wts
inc/class/cache
inc/class/cookie
inc/class/db
inc/class/error
inc/class/fso
inc/class/function
inc/class/js
inc/class/load <--
inc/class/log
inc/class/pagelist
inc/class/request
inc/class/response
inc/class/route
inc/class/session
inc/class/template
inc/class/valid
inc/class/crypt/a2u
inc/class/crypt/aes
inc/class/crypt/base64
inc/class/crypt/des
inc/class/crypt/escape
inc/class/crypt/hex
inc/class/crypt/md5
inc/class/crypt/num
inc/class/crypt/rsa
inc/class/crypt/sha
inc/class/ext/array
inc/class/ext/cart
inc/class/ext/date
inc/class/ext/http
inc/class/ext/jmail
inc/class/ext/jpeg
inc/class/ext/json
inc/class/ext/jsont
inc/class/ext/mail
inc/class/ext/md5
inc/class/ext/pack
inc/class/ext/stringbuilder
inc/class/ext/tqqwry
inc/class/ext/upfile
inc/class/ext/verify
inc/class/ext/webstat
inc/class/ext/wia
inc/class/ext/xml
inc/class/ext/zip
inc/class/route/module
inc/class/route/slash
inc/module/default/control/clear
inc/module/default/control/crypt
inc/module/default/control/error
inc/module/default/control/hello
inc/module/default/control/index
inc/module/default/control/json
inc/module/default/control/pic
inc/module/default/control/upload
inc/module/default/control/start/site
inc/module/default/control/start/route/key
inc/module/default/control/start/route/pic
inc/module/default/control/start/route/reg
inc/module/default/control/tag/hello
inc/module/default/language/cn/hello
inc/module/default/language/en/hello
inc/module/default/model/hello
inc/module/help/control/error
inc/module/help/control/index
inc/module/help/control/install
inc/module/help/control/start/site

类描述

title Class_Load
author ekede.com
date 2018-08-05
description 动态加载,包含,实例化对象

类属性

isDebug 开启调试
frameworkPath 框架根路径
classPath 类库根路径
modelPath 模型根路径
controlPath 控制器根路径
languageDefaultPath 语言包默认根路径
languagePath 语言包根路径
templateDefaultPath 模板默认根路径
templatePath 模板根路径

类方法

LoadFile(ByRef fileName) 加载文件并缓存
Include(ByRef filePath) 包含并执行,全局
IncludeL(ByRef filePath) 包含并执行,变量全局, 函数,类局部
IncludeS(ByRef filePath) 包含不执行,返回内容
LoadFrameWork(ByRef filePath)加载框架对象
LoadClass(ByRef filePath)加载类库对象
LoadControl(ByRef filePath) 加载控制器对象
LoadModel(ByRef filePath) 加载模型对象
LoadLanguage(ByRef filePath) 语言包
LoadView(ByRef mb_name,ByRef mb_data)渲染视图
LoadControlAction(ByRef col,ByRef act,ByRef para) 分发执行,返回执行状态 Dispatch
LoadControlAct(ByRef col, ByRef act, ByRef para, Byval obj) 实例化对象并执行 控制器,方法,参数,返回值类型
ReadUTF(ByRef fileName) 读文件 UTF-8
GetMapPath(ByRef path) 获取物理路径
ViewApp() Application缓存文件查看
ClearApp() Application缓存文件清除

返回