Skip to content

Instantly share code, notes, and snippets.

@NewFuture
Last active August 18, 2016 11:41
Show Gist options
  • Save NewFuture/4419825f16f2a88b1c2161327bcc9efa to your computer and use it in GitHub Desktop.
Save NewFuture/4419825f16f2a88b1c2161327bcc9efa to your computer and use it in GitHub Desktop.
yaf
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