插件可使用预装变量,已封装在rp\\Plugin中,可继承直接使用
| 名称 | 说明 | 调用 |
| --- | --- |--- |
| App | 同主文件App | $this->App
| webConfig | 同webConfig配置 | $this->webConfig
| Db | 同Db数据库 | $this->Db
| Db\_prefix | 数据库前缀 | $this->Db\_prefix
| setConfig | 插件配置保存 | $this->setConfig(plugin, (array)data)
| getConfig | 插件配置获取 | $this->getConfig(plugin)
| pluginName | 当前插件名称 | $this->pluginName
| pluginPath | 当前插件相对路径(系统根目录) | $this->pluginPath
| tempUrl | (V1.9.4新增)当前模板相对路径(系统根目录) | $this->tempUrl
| admin | 管理员数据,checkFormAdmin验证通过方可使用 | $this->admin