summaryrefslogtreecommitdiffstats
path: root/yaf.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-16 06:40:46 +0100
committerRemi Collet <remi@remirepo.net>2020-03-16 06:40:46 +0100
commitf65c6a9a9614bafd5035c2f6d0e340d675c83e43 (patch)
tree6f16f9d55d6dace718e05489646d03d4f0ddcdc7 /yaf.ini
parentdc7a4ff9020d347079b13009b75bbd1398ac9288 (diff)
v3.1.1
Diffstat (limited to 'yaf.ini')
-rw-r--r--yaf.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/yaf.ini b/yaf.ini
index 83c7591..1b8827c 100644
--- a/yaf.ini
+++ b/yaf.ini
@@ -18,7 +18,6 @@ extension = yaf.so
; When this value is Off(default), Yaf_Loader::autoload() will always return TRUE.
;yaf.use_spl_autoload = 0
-
; The max forward count, default is 5.
; That means you can have a max value of 5 in the forward stack.
; This is a protection for prevent recursive Yaf_Controller_Abstract::forward().
@@ -26,14 +25,13 @@ extension = yaf.so
; When this On, Yaf_Loader will identify a class by it's suffix to decide whether it is a MVC Class.
; When this Off, Yaf_Loader will look at the prefix of the class name.
-;yaf.name_suffix = 1
+;yaf.name_suffix = On
; When this is not empty, Yaf_Loader will identify the class suffix and string value of this.
; For example, when this value is "_", Yaf_Loader will take Index_Controller as a Controller Class,
; IndexController as a normal class.
;yaf.name_separator = ""
-
; If this is On, and in the meantime you are using ini config file as the parameter of Yaf_Application(),
; the compiling result of the ini config file will be cached in the PHP process.
;yaf.cache_config = 0
@@ -48,4 +46,3 @@ extension = yaf.so
; Yaf_Controller_Abstract => \Yaf\Controller_Abstract
; (Abstract is the keyword, can not used as a class name)
;yaf.use_namespace = 0
-