webservice/application/configs/application.ini
2010-09-20 09:38:18 +00:00

38 lines
1.4 KiB
INI

[production]
phpSettings.display_startup_errors = 0
phpSettings.display_errors = 0
includePaths.library = APPLICATION_PATH "/../library"
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
bootstrap.class = "Bootstrap"
appnamespace = "Application"
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
resources.frontController.params.displayExceptions = 0
resources.view = ""
resources.layout.layout = "main"
classmap.WsEntreprise.Type.0 = "ErrorType"
classmap.WsEntreprise.Type.1 = "StatusResultType"
classmap.WsEntreprise.Type.2 = "IdentiteReturnType"
classmap.WsEntreprise.Type.3 = "IdentiteResultType"
classmap.WsEntreprise.Type.4 = "GeoInfos"
classmap.WsEntreprise.Type.5 = "IdentiteBilan"
classmap.WsEntreprise.Type.6 = "IdentiteBourse"
classmap.WsEntreprise.Type.7 = "RechercheEntrepriseType"
classmap.WsEntreprise.Type.8 = "CriteresEntreprise"
classmap.WsEntreprise.Type.9 = "CriteresDirigeant"
classmap.WsEntreprise.Type.10 = "RechercheEntrepriseReturnType"
classmap.WsEntreprise.Type.11 = "RechercheEntrepriseResult"
classmap.WsEntreprise.Type.12 = "RechercheEntrepriseReponses"
[staging : production]
resources.frontController.params.displayExceptions = 1
[development : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
resources.frontController.params.displayExceptions = 1
[testing : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1