PHP Classes

File: conf/application.ini

Recommend this page to a friend!
  Classes of Nemeth Zoltan   YAF Base   conf/application.ini   Download  
File: conf/application.ini
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YAF Base
Base structure for YAF framework based apps
Author: By
Last change:
Date: 6 years ago
Size: 780 bytes
 

Contents

Class file image Download
[yaf] ;APPLICATION_PATH is the constant defined in index.php application.directory=APPLICATION_PATH "/application/" ;prod section inherit from yaf section [product:yaf] ;errors (see Bootstrap::initErrors) application.showErrors=1 ;enable the error controller application.dispatcher.catchException=1 ;database database.params.host = localhost database.params.port = 3306 database.params.dbname = "ec-prod-ws" database.params.username = "" database.params.password = "" ;devel section inherit from yaf section [devel:product] ;errors (see Bootstrap::initErrors) application.showErrors=1 database.params.host = localhost database.params.port = 3306 database.params.dbname = "ec-demo-ws" database.params.username = "" database.params.password = ""