```
array (
0 => 'tp6\\public\\index.php',
1 => 'tp6\\vendor\\autoload.php',
2 => 'tp6\\vendor\\composer\\autoload_real.php',
3 => 'tp6\\vendor\\composer\\ClassLoader.php',
4 => 'tp6\\vendor\\composer\\autoload_static.php',
5 => 'tp6\\vendor\\topthink\\think-helper\\src\\helper.php',
6 => 'tp6\\vendor\\opis\\closure\\functions.php',
7 => 'tp6\\vendor\\symfony\\polyfill-mbstring\\bootstrap.php',
//mbstring擴展
8 => 'tp6\\vendor\\symfony\\polyfill-php72\\bootstrap.php',
//將一些php 7.2+功能移植到較低的php版本
9 => 'tp6\\vendor\\symfony\\var-dumper\\Resources\\functions\\dump.php',
//提供dump()及dd()函數,原dump助手函數失效
10 => 'tp6\\vendor\\topthink\\framework\\src\\think\\App.php',//系統應用基礎類
11 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Container.php',
12 => 'tp6\\vendor\\psr\\container\\src\\ContainerInterface.php',
13 => 'tp6\\app\\provider.php',//加載全局的服務提供`provider.php`文件
14 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Http.php',
//`HTTP`應用類
15 => 'tp6\\app\\Request.php',//請求對象類
16 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Request.php',//請求對象基類
17 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Env.php',//操作環境變量類
18 => 'tp6\\app\\common.php',//全局公共函數類
文件
19 => 'tp6\\vendor\\topthink\\framework\\src\\helper.php',//助手類
20 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Config.php',//操作配置類
21 => 'tp6\\config\\app.php',
//全局配置文件
22 => 'tp6\\vendor\\topthink\\framework\\src\\think\\facade\\Env.php',
23 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Facade.php',
24 => 'tp6\\config\\cache.php',
25 => 'tp6\\config\\console.php',
26 => 'tp6\\config\\cookie.php',
27 => 'tp6\\config\\database.php',
28 => 'tp6\\config\\filesystem.php',
29 => 'tp6\\config\\lang.php',
30 => 'tp6\\config\\log.php',
31 => 'tp6\\config\\route.php',
32 => 'tp6\\config\\session.php',
33 => 'tp6\\config\\trace.php',
34 => 'tp6\\app\\event.php',
35 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Event.php',
//全局事件管理類
36 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Lang.php',
//多語言管理類
37 => 'tp6\\vendor\\topthink\\framework\\src\\lang\\zh-cn.php',
//核心中文語言包
38 => 'tp6\\vendor\\topthink\\framework\\src\\think\\initializer\\Error.php',
//錯誤和異常處理
39 => 'tp6\\vendor\\topthink\\framework\\src\\think\\initializer\\RegisterService.php',
//注冊系統服務
40 => 'tp6\\vendor\\topthink\\framework\\src\\think\\service\\PaginatorService.php',
//分頁服務類
41 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Service.php',
//系統服務基礎類
42 => 'tp6\\vendor\\topthink\\framework\\src\\think\\service\\ValidateService.php',
//驗證服務類
43 => 'tp6\\vendor\\topthink\\framework\\src\\think\\service\\ModelService.php',
//模型服務類
44 => 'tp6\\vendor\\topthink\\framework\\src\\think\\initializer\\BootService.php',//啟動系統服務
45 => 'tp6\\vendor\\topthink\\think-orm\\src\\Paginator.php',
//分頁基礎類
46 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Validate.php',
//數據驗證類
47 => 'tp6\\vendor\\topthink\\think-orm\\src\\Model.php',
//mode模型類
48 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\Attribute.php',
//模型數據處理
49 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\RelationShip.php',
//模型關聯處理
50 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\ModelEvent.php',//模型事件處理
51 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\TimeStamp.php',
//自動時間戳
52 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\Conversion.php',
//模型數據轉換處理
53 => 'tp6\\vendor\\topthink\\think-helper\\src\\contract\\Arrayable.php',
//
54 => 'tp6\\vendor\\topthink\\think-helper\\src\\contract\\Jsonable.php',
55 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Middleware.php',
//中間件管理類
56 => 'tp6\\app\\middleware.php',
//中間件配置文件?
57 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Route.php',
//路由管理類
58 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\RuleName.php',
//路由標識管理類
59 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\Domain.php',
//域名路由
60 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\RuleGroup.php',
//路由分組類
61 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\Rule.php',
//路由規則基礎類
62 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\dispatch\\Url.php',
//url分發調度類
63 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\dispatch\\Controller.php',
//控制器分發調度類
64 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\Dispatch.php',
//路由調度基礎類
65 => 'tp6\\vendor\\topthink\\think-helper\\src\\helper\\Str.php',
//字符串處理類
66 => 'tp6\\app\\admin\\controller\\Index.php',
67 => 'tp6\\app\\BaseController.php',
68 => 'tp6\\vendor\\topthink\\framework\\src\\think\\facade\\View.php',
69 => 'tp6\\vendor\\topthink\\framework\\src\\think\\View.php',
//視圖類
70 => 'tp6\\vendor\\topthink\\framework\\src\\think\\view\\driver\\Php.php',
//PHP原生模板驅動
71 => 'tp6\\vendor\\topthink\\framework\\src\\think\\contract\\TemplateHandlerInterface.php',
72 => 'tp6\\vendor\\topthink\\think-template\\src\\template\\exception\\TemplateNotFoundException.php',
73 => 'tp6\\app\\ExceptionHandle.php',
74 => 'tp6\\vendor\\topthink\\framework\\src\\think\\exception\\Handle.php',
75 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Log.php',
//日志管理類
76 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Manager.php',
//驅動管理類
77 => 'tp6\\vendor\\psr\\log\\Psr\\Log\\LoggerInterface.php',
//日志接口
78 => 'tp6\\vendor\\topthink\\think-helper\\src\\helper\\Arr.php',
//數組處理類?
79 => 'tp6\\vendor\\topthink\\framework\\src\\think\\log\\driver\\File.php',
//日志輸出到文件 同目錄還有個socket.php作用是將日志通過WebSocket輸出到Chrome瀏覽器的console中
80 => 'tp6\\vendor\\topthink\\framework\\src\\think\\contract\\LogHandlerInterface.php',
//日志驅動接口上面的File.php繼承它
81 => 'tp6\\vendor\\topthink\\framework\\src\\think\\log\\Channel.php',
//繼承LoggerInterface
82 => 'tp6\\vendor\\topthink\\framework\\src\\tpl\\think_exception.tpl',
//拋出錯誤顯示的模版
83 => 'tp6\\vendor\\topthink\\framework\\src\\think\\facade\\App.php',
84 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Response.php',
//響應輸出基礎類
85 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Cookie.php',
//Cookie管理類
86 => 'tp6\\vendor\\topthink\\framework\\src\\think\\event\\LogWrite.php',
//LogWrite事件類
87 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Session.php',
//Session管理類
)
```
- 空白目錄
- php語法結構
- 安裝與更新
- 開啟調試模式及代碼跟蹤器
- 架構
- 源碼分析
- 應用初始化
- 請求流程
- 中間件源碼分析
- 請求處理源碼分析
- Request源碼分析
- 模板編譯流程
- 路由與請求流程
- 容器
- 獲取目錄位置
- 入口文件
- 多應用模式及URL訪問
- 依賴注入與容器
- 容器屬性及方法
- Container
- App
- facade
- 中間件(middleware)
- 系統服務
- extend 擴展類庫
- 筆記
- 配置
- env配置定義及獲取
- 配置文件的配置獲取
- 單應用模式-(配置)文件目錄結構(默認)
- 多應用模式(配置)文件目錄結構(配置文件)
- 配置文件
- 應用配置:app.php
- 緩存配置: cache.php
- 數據庫配置:database.php
- 路由和URL配置:route.php
- Cookie配置:cookie.php
- Session配置:session.php
- 命令行配置:console.php
- 多語言配置:lang.php
- 日志配置:log.php
- 頁面Trace配置:trace.php
- 磁盤配置: filesystem.php
- 中間件配置:middleware.php
- 視圖配置:view.php
- 改成用yaconf配置
- 事件
- 例子:省略事件類的demo
- 例子2:完整事件類
- 例子3:事件訂閱,監聽多個事件
- 解析
- 路由
- 路由定義
- 路由地址
- 變量規則
- MISS路由
- URL生成
- 閉包支持
- 路由參數
- 路由中間件
- 路由分組
- 資源路由
- 注解路由
- 路由綁定
- 域名路由
- 路由緩存
- 跨域路由
- 控制器
- 控制器定義
- 空控制器、空操作
- 空模塊處理
- RESTFul資源控制器
- 控制器中間件
- 請求對象Request(url參數)
- 請求信息
- 獲取輸入變量($_POST、$_GET等)
- 請求類型的獲取與偽裝
- HTTP頭信息
- 偽靜態
- 參數綁定
- 請求緩存
- 響應對象Response
- 響應輸出
- 響應參數
- 重定向
- 文件下載
- 錯誤頁面的處理辦法
- 應用公共文件common.php
- 模型
- 模型定義及常規屬性
- 模型數據獲取與模型賦值
- 查詢
- 數據集
- 增加
- 修改
- 刪除
- 條件
- 查詢范圍scope
- 獲取器
- 修改器
- 搜索器
- 軟刪除
- 模型事件
- 關聯預載入
- 模型關聯
- 一對一關聯
- 一對多關聯
- 多對多關聯
- 自動時間戳
- 事務
- 數據庫
- 查詢構造器
- 查詢合集
- 子查詢
- 聚合查詢
- 時間查詢
- 視圖查詢(比join簡單)
- 獲取查詢參數
- 快捷方法
- 動態查詢
- 條件查詢
- 打印sql語句
- 增
- 刪
- 改
- 查
- 鏈式操作
- 查詢表達式
- 分頁查詢
- 原生查詢
- JSON字段
- 鏈接數據庫配置
- 分布式數據庫
- 查詢事件
- Db獲取器
- 事務操作
- 存儲過程
- Db數據集
- 數據庫驅動
- 視圖
- 模板
- 模板配置
- 模板位置
- 模板渲染
- 模板變量與賦值(assign)
- 模板輸出替換
- url生成
- 模板詳解
- 內置標簽
- 三元運算
- 變量輸出
- 函數輸出
- Request請求參數
- 模板注釋及原樣輸出
- 模板繼承
- 模板布局
- 原生PHP
- 模板引擎
- 視圖過濾
- 視圖驅動
- 驗證
- 驗證進階之最終版
- 錯誤和日志
- 異常處理
- 日志處理
- 調試
- 調試模式
- Trace調試
- SQL調試
- 變量調試
- 遠程調試
- 雜項
- 緩存
- Session
- Cookie
- 多語言
- 上傳
- 擴展說明
- N+1查詢
- TP類庫
- 擴展類庫
- 數據庫遷移工具
- Workerman
- think助手工具庫
- 驗證碼
- Swoole
- request
- app
- Response
- View
- Validate
- Config
- 命令行
- 助手函數
- 升級指導(功能的添加與刪除說明)
- siyucms
- 開始
- 添加頁面流程
- 列表頁加載流程
- 彈出框
- 基礎控制器
- 基礎模型
- 快速構建
- 表單form構建
- 表格table構建
- MakeBuilder
- 前端組件
- 日期組件
- layer 彈層組件
- Moment.js 日期處理插件
- siyucms模板布局
- 函數即其變量
- 前端頁面
- $.operate.方法
- $.modal.方法:彈出層
- $.common.方法:通用方法
- 被cms重寫的表格options
- 自定義模板
- 搜索框
- 自定義form表單
- 獲取表單搜索參數并組裝為url字符串