2010-08-30 07:49:44 +00:00
|
|
|
[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 = ""
|
2010-09-13 09:02:39 +00:00
|
|
|
resources.layout.layout = "main"
|
2010-08-30 07:49:44 +00:00
|
|
|
|
2010-09-20 09:38:18 +00:00
|
|
|
classmap.WsEntreprise.Type.0 = "ErrorType"
|
2010-09-24 07:16:49 +00:00
|
|
|
classmap.WsEntreprise.Type.1 = "StatusReturnType"
|
2010-09-20 09:38:18 +00:00
|
|
|
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"
|
2010-09-21 15:19:32 +00:00
|
|
|
classmap.WsEntreprise.Type.7 = "RechercheEntrepriseCriteres"
|
2010-09-20 09:38:18 +00:00
|
|
|
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"
|
|
|
|
|
2010-10-20 13:32:33 +00:00
|
|
|
classmap.WsInterne.Type.0 = "ErrorType"
|
|
|
|
classmap.WsInterne.Type.1 = "SetCommandeReturnType"
|
|
|
|
classmap.WsInterne.Type.2 = "ListeBilan"
|
|
|
|
classmap.WsInterne.Type.3 = "ListeActe"
|
|
|
|
classmap.WsInterne.Type.4 = "RefCommande"
|
|
|
|
classmap.WsInterne.Type.5 = "InfoDemandeur"
|
|
|
|
classmap.WsInterne.Type.6 = "InfoCommandeBilan"
|
|
|
|
classmap.WsInterne.Type.7 = "InfoCommandeActe"
|
|
|
|
classmap.WsInterne.Type.8 = "InfoCommandeKbis"
|
|
|
|
classmap.WsInterne.Type.9 = "Bilan"
|
|
|
|
classmap.WsInterne.Type.10 = "Acte"
|
|
|
|
classmap.WsInterne.Type.11 = "CommandeReturnType"
|
|
|
|
|
2010-08-30 07:49:44 +00:00
|
|
|
[staging : production]
|
2010-09-08 13:22:45 +00:00
|
|
|
resources.frontController.params.displayExceptions = 1
|
2010-08-30 07:49:44 +00:00
|
|
|
|
2010-09-13 09:02:39 +00:00
|
|
|
|
2010-08-30 07:49:44 +00:00
|
|
|
[development : production]
|
|
|
|
phpSettings.display_startup_errors = 1
|
|
|
|
phpSettings.display_errors = 1
|
|
|
|
resources.frontController.params.displayExceptions = 1
|
2010-09-08 13:22:45 +00:00
|
|
|
|
|
|
|
[testing : production]
|
|
|
|
phpSettings.display_startup_errors = 1
|
|
|
|
phpSettings.display_errors = 1
|