mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
模式定义文件调整
This commit is contained in:
10
mode/sae.php
10
mode/sae.php
@@ -75,6 +75,7 @@ return [
|
||||
'think\Cache' => CORE_PATH . 'Cache' . EXT,
|
||||
'think\Config' => CORE_PATH . 'Config' . EXT,
|
||||
'think\Console' => CORE_PATH . 'Console' . EXT,
|
||||
'think\Collection' => CORE_PATH . 'Collection' . EXT,
|
||||
'think\Controller' => CORE_PATH . 'Controller' . EXT,
|
||||
'think\Cookie' => CORE_PATH . 'Cookie' . EXT,
|
||||
'think\Db' => CORE_PATH . 'Db' . EXT,
|
||||
@@ -95,11 +96,20 @@ return [
|
||||
'think\Lang' => CORE_PATH . 'Lang' . EXT,
|
||||
'think\Log' => CORE_PATH . 'Log' . EXT,
|
||||
'think\Model' => CORE_PATH . 'Model' . EXT,
|
||||
'think\Paginator' => CORE_PATH . 'Paginator' . EXT,
|
||||
'think\model\Relation' => CORE_PATH . 'model' . DS . 'Relation' . EXT,
|
||||
'think\model\Merge' => CORE_PATH . 'model' . DS . 'Merge' . EXT,
|
||||
'think\model\Pivot' => CORE_PATH . 'model' . DS . 'Pivot' . EXT,
|
||||
'think\Process' => CORE_PATH . 'Process' . EXT,
|
||||
'think\paginator\Collection' => CORE_PATH . 'paginator' . DS . 'Collection' . EXT,
|
||||
'think\paginator\driver\Bootstrap' => CORE_PATH . 'paginator' . DS . 'driver' . DS . 'Bootstrap' . EXT,
|
||||
'think\Request' => CORE_PATH . 'Request' . EXT,
|
||||
'think\Response' => CORE_PATH . 'Response' . EXT,
|
||||
'think\response\Json' => CORE_PATH . 'response' . DS . 'Json' . EXT,
|
||||
'think\response\Jsonp' => CORE_PATH . 'response' . DS . 'Jsonp' . EXT,
|
||||
'think\response\Redirect' => CORE_PATH . 'response' . DS . 'Redirect' . EXT,
|
||||
'think\response\View' => CORE_PATH . 'response' . DS . 'View' . EXT,
|
||||
'think\response\Xml' => CORE_PATH . 'response' . DS . 'Xml' . EXT,
|
||||
'think\Route' => CORE_PATH . 'Route' . EXT,
|
||||
'think\Session' => CORE_PATH . 'Session' . EXT,
|
||||
'think\Template' => CORE_PATH . 'Template' . EXT,
|
||||
|
||||
Reference in New Issue
Block a user