Skip to content

Commit

Permalink
配置更新
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Nov 11, 2016
1 parent 54372d6 commit d2a01fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions application/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@
'url_controller_layer' => 'controller',
// 表单请求类型伪装变量
'var_method' => '_method',
// 表单ajax伪装变量
'var_ajax' => '_ajax',
// 表单pjax伪装变量
'var_pjax' => '_pjax',
// 是否开启请求缓存 true自动缓存 支持设置请求缓存规则
'request_cache' => false,
// 请求缓存有效期
'request_cache_expire' => null,

// +----------------------------------------------------------------------
// | 模板设置
Expand Down

0 comments on commit d2a01fa

Please sign in to comment.