| 變量名稱 | 類型 | 說明 | 示例 |
| --- | --- | --- | --- |
| $\_W\[‘config’\] | array | 系統設置,存放著數據庫配置、緩存配置、全局配置該配置項下的值存在/data/config.php文件中,更改時可以直接修改此文件 | |
| $\_W\[‘timestamp’\] | int | 當前時刻時間戳 | |
| $\_W\[‘charset’\] | string | 系統字符編碼 | |
| $\_W\[‘token’\] | string | 系統表單驗證來源,使用 checksubmit() 函數判斷表單提交時,請在隱藏域中加上此值 | |
| $\_W\[‘clientip’\] | string | 當前客戶端 IP 地址 | |
| $\_W\[‘script\_name’\] | string | 當前腳本名稱,包含子路徑 | “/web/index.php” |
| $\_W\[‘siteroot’\] | string | 網站URL根目錄 | “[http://pro/](http://pro/)“ |
| $\_W\[‘siteurl’\] | string | 原始鏈接 | “[http://pro/test.php?a=1&b=2](http://pro/test.php?a=1&b=2)“ |
| $\_W\[‘attachurl’\] | string | 附件URL目錄,如果開啟遠程附件后,此值是遠程附件地址 | “[http://pro/attachment/](http://pro/attachment/)“ |
| $\_W\[‘attachurl\_local’\] | string | 附件URL本地目錄,永恒顯示本地的附件目錄URL | “[http://pro/attachment/](http://pro/attachment/)“ |
| $\_W\[‘attachurl\_remote’\] | string | 附件URL遠程目錄,永恒顯示遠程附件目錄URL | “[http://ogs188fok.bkt.gdipper.com/](http://ogs188fok.bkt.gdipper.com/)“ |
| $\_W\[‘isajax’\] | boolean | 是否為AJAX請求 | |
| $\_W\[‘ispost’\] | boolean | 是否為POST請求 | |
| $\_W\[‘ishttps’\] | boolean | 是否是https協議 | |
| $\_W\[‘sitescheme’\] | string | 當前系統的協議類型,值為 http:// 或是 https:// | |
| $\_W\[‘page’\]\[‘title’\] | string | 當前頁面標題 | |
- 微擎框架
- 目錄結構
- 配置選項
- 數據庫配置($config[db])
- 系統COOKIE配置項($config[cookie])
- 系統設置($config[setting])
- 預定義常量
- 全局變量
- 全局配置
- 系統配置
- 公眾號相關
- Web 端可見
- App 端可見
- 網頁授權
- URL 路由
- url生成助手
- createMobileUrl
- createWebUrl
- 文件加載器
- func(加載公共函數)
- class(加載公共類)
- model(加載系統model函數)
- web(加載web端公共函數)
- app(加載app端公共函數)
- library(庫文件加載)
- object(實例化加載)
- singleton(單例加載)
- 緩存機制
- cache_write
- cache_load
- cache_delete
- cache_clean
- cache_system_key
- 數據庫
- SQL注入安全
- 連接其它數據庫
- 函數列表
- pdo_get
- pdo_getcolumn
- pdo_getall
- pdo_getslice
- pdo_fetch
- pdo_fetchcolumn
- pdo_fetchall
- pdo_insert
- pdo_update
- pdo_delete
- pdo_query
- pdo_run
- pdo_fieldexists
- pdo_indexexists
- pdo_tableexists
- pdo_fieldmatch
- pdo_debug
- 鏈式查詢
- from
- select
- where
- whereor
- having
- groupby
- orderby
- leftjoin
- innerjoin
- on
- limit
- page
- get
- getall
- getcolumn
- count
- exists
- getLastQueryTotal
- getLastQuery
- 錯誤處理
- 日志記錄
- 模板引擎
- 模板標簽
- 輸出變量
- 判斷語句
- 循環語句
- php語句
- 引用模板
- 創建URL
- 轉義附件URL
- 輸出花括號
- 數據調用
- 調用微站導航
- 調用幻燈片
- 調用文章列表
- 調用分類列表
- 調用快捷菜單
- 常用變量
- 附錄
- 數據庫字典
- 自定義分享