1
0

init commit

This commit is contained in:
2021-05-13 11:35:49 +08:00
commit a2db70af8b
18 changed files with 541 additions and 0 deletions

17
conf/app.ini Normal file
View File

@@ -0,0 +1,17 @@
[common]
application.directory = APP_PATH "/app"
application.modules = "Admin"
application.dispatcher.throwException = True
application.dispatcher.catchException = True
application.view.ext = "tpl"
[smarty]
smarty.left_delimiter = "{% "
smarty.right_delimiter = " %}"
smarty.template_dir = APP_PATH "/view/"
smarty.compile_dir = APP_PATH "/cache/compile"
smarty.cache_dir = APP_PATH "/cache/"
[product : common : smarty]
[development : common : smarty]