Last active
August 18, 2016 11:41
-
-
Save NewFuture/4419825f16f2a88b1c2161327bcc9efa to your computer and use it in GitHub Desktop.
yaf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application.directory=APP_PATH "/app/" | |
application.ext="php" | |
application.view.ext="phtml" | |
application.modules="index" | |
application.library.directory = APP_PATH "/library" | |
application.library.namespace="" | |
application.bootstrap=APP_PATH "/library/Bootstrap" | |
application.baseUri="" | |
application.dispatcher.defaultRoute="" | |
application.dispatcher.throwException=1 | |
application.dispatcher.catchException=0 | |
application.dispatcher.defaultModule="index" | |
application.dispatcher.defaultController="index" | |
application.dispatcher.defaultAction="index" | |
application.system.cache_config = 0 | |
application.system.use_spl_autoload | |
http://www.laruence.com/manual/yaf.ini.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment