目錄結構如下
<pre><code class="javascript hljs">
├── addons <span class="hljs-comment">//插件存放目錄</span>
├── application <span class="hljs-comment">//應用目錄</span>
│ ├── admin <span class="hljs-comment">//PC端應用模塊</span>
│ ├── api <span class="hljs-comment">//API應用模塊</span>
│ ├── common <span class="hljs-comment">//通用應用模塊</span>
│ ├── extra <span class="hljs-comment">//擴展配置目錄</span>
│ ├── index <span class="hljs-comment">//前臺應用模塊</span>
| ├── mobile <span class="hljs-comment">//手機端H5應用模塊</span>
│ ├── build.php
│ ├── command.php <span class="hljs-comment">//命令行配置</span>
│ ├── common.php <span class="hljs-comment">//通用輔助函數</span>
│ ├── config.php <span class="hljs-comment">//基礎配置</span>
│ ├── database.php <span class="hljs-comment">//數據庫配置</span>
│ ├── route.php <span class="hljs-comment">//路由配置</span>
│ ├── tags.php <span class="hljs-comment">//行為配置</span>
├── extend
│ └── fast <span class="hljs-comment">//FastAdmin擴展輔助類目錄</span>
├── public
│ ├── assets
│ │ ├── build <span class="hljs-comment">//打包JS、CSS的資源目錄</span>
│ │ ├── css <span class="hljs-comment">//CSS樣式目錄</span>
│ │ ├── fonts <span class="hljs-comment">//字體目錄</span>
│ │ ├── img
│ │ ├── js
│ │ │ ├── backend
│ │ │ └── frontend <span class="hljs-comment">//后臺功能模塊JS文件存放目錄</span>
│ │ ├── libs <span class="hljs-comment">//Bower資源包位置</span>
│ │ └── less <span class="hljs-comment">//Less資源目錄</span>
│ └── uploads <span class="hljs-comment">//上傳文件目錄</span>
│ ├── index.php <span class="hljs-comment">//應用入口主文件</span>
│ ├── install.php <span class="hljs-comment">//FastAdmin安裝引導</span>
│ ├── admin.php <span class="hljs-comment">//后臺入口文件,強烈建議修改</span>
│ ├── robots.txt
│ └── router.php
├── runtime <span class="hljs-comment">//緩存目錄 </span>
├── thinkphp <span class="hljs-comment">//ThinkPHP5框架核心目錄</span>
├── vendor <span class="hljs-comment">//Compposer資源包位置</span>
├── .bowerrc <span class="hljs-comment">//Bower目錄配置文件</span>
├── bower.json <span class="hljs-comment">//Bower前端包配置</span>
├── build.php
├── composer.json <span class="hljs-comment">//Composer包配置</span>
└── think
</code></pre>
- 簡介
- 目錄結構說明
- 開發規范
- 文件命名規范
- 函數的命名
- 命名空間命名規范
- 數據庫命名規范
- 編碼注釋規范
- 文件注釋規范
- 方法注釋規范
- 行內注釋
- 外包開發人員特別說明
- 前端開發
- 組件的使用
- 單文件上傳
- 多文件上傳
- 選擇組織機構
- 選擇用戶
- 選擇角色
- 選擇用戶組
- 手機門戶
- 常用值對照表
- 工作流審批狀態對照
- 請假類型鍵值對照
- 后端開發
- 訪問權限
- 數據權限
- 公共函數庫
- 用戶數據共享
- 通過類庫共享用戶數據
- 跨應用共享用戶數據
- 組織機構操作
- 公共數據詞典
- 創建詞典
- 讀取詞典
- 配置詞典
- 消息推送
- 消息發送
- 發送郵件
- 發送短信
- 企業微信
- 釘釘消息
- 即時通訊(站內消息)
- 二維碼
- 文件壓縮與解壓
- 文檔轉換
- 工作流引擎
- 工作流簡介
- 引入控制器片段
- ResetFull接口
- 01.提交單據發起流程
- 06.獲取當前用戶待辦列表
- 07.獲取指定任務信息
- 08.獲取流程下個可執行節點
- 09.獲取指定流程所有節點
- 10.獲取指定編號的流程節點
- 11.獲取指定節點的審批人員信息
- 手寫簽名
- PC端手寫簽名的實現
- 手機端手寫簽名的實現
- 智能硬件
- 簽名板
- 高拍儀
- 會知聲(道邦魔盒)
- 宇泛人臉識別
- 設備
- 設備列表
- 添加設備
- 更新設備
- 設備詳情
- 刪除設備
- 網絡查詢
- 啟用設備
- 禁用設備
- 重啟設備
- 重置設備
- 獲取更新包信息
- 設備升級
- 人員授權(批量)
- 人員銷權
- 授權查詢
- 人員
- 人像