Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
sursir committed Oct 27, 2015
1 parent 68c644f commit 097f9db
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions conf/application.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
[common]
application.directory = APP_PATH "/application"
application.dispatcher.catchException = TRUE
; 默认
application.dispatcher.defaultModule = "index"
application.dispatcher.defaultController = "index"
application.dispatcher.defaultAction = "index"
; 声明存在的模块 (如果要定义这个值, 一定要定义 Index Module)
; application.modules = "index"

[product : common]
; 修改 runtime configure
; application.system.* = "*"

; 默认
application.view.ext = "phtml"

[product : common]
application.dispatcher.throwException = FALSE
application.dispatcher.catchException = FALSE

[product]
; 支持直接使用PHP中已定义常量
application.directory = APP_PATH "/application"
application.directory = APP_PATH "/application"

0 comments on commit 097f9db

Please sign in to comment.