PHP Classes

File: application.ini

Recommend this page to a friend!
  Classes of Nemeth Zoltan   YAF Base   application.ini   Download  
File: 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: 836 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 = "ec-prod-ws" database.params.password = "SVDcfQw!3q5vFGKsc!" ;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 = "ec-demo-ws" database.params.password = "QajlXR!iHFKx!08Ujb"