Advertisement
mOrloff

application.ini

Jun 17th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.77 KB | None | 0 0
  1. [production]
  2. phpSettings.display_startup_errors = 0
  3. phpSettings.display_errors = 0
  4. includePaths.library = APPLICATION_PATH "/../library"
  5. bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
  6. bootstrap.class = "Bootstrap"
  7. appnamespace = "Application"
  8. resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
  9. resources.frontController.params.displayExceptions = 0
  10. resources.frontController.actionhelperpaths.School_Controller_Action_Helper = APPLICATION_PATH "/Action/Helper"
  11.  
  12. [staging : production]
  13.  
  14. [testing : production]
  15. phpSettings.display_startup_errors = 1
  16. phpSettings.display_errors = 1
  17.  
  18. [development : production]
  19. phpSettings.display_startup_errors = 1
  20. phpSettings.display_errors = 1
  21. resources.frontController.params.displayExceptions = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement