zendframework 配置实例
Freigeben: 2016-07-25 09:09:58
Original
753 Leute haben es durchsucht
zendframework 配置实例
- [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.db.adapter = "pdo_mysql"
- resources.db.params.host = "localhost"
- resources.db.params.username = "root"
- resources.db.params.password = "tenking"
- resources.db.params.dbname = "zfdemo"
- resources.db.params.charset = "utf8"
- resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
- resources.db.params.table_prefix = 'zd_'
- resources.session.save_path = APPLICATION_PATH "/../data/session"
- resources.session.use_only_cookies = true
- resources.session.remember_me_seconds = 864000
- 'resources.session.saveHandler.class = "Zend_Session_SaveHandler_DbTable"
- 'resources.session.saveHandler.options.name = "session"
- 'resources.session.saveHandler.options.primary.session_id = "session_id"
- 'resources.session.saveHandler.options.primary.save_path = "save_path"
- 'resources.session.saveHandler.options.primary.name = "name"
- 'resources.session.saveHandler.options.primaryAssignment.sessionId = "sessionId"
- 'resources.session.saveHandler.options.primaryAssignment.sessionSavePath = "sessionSavePath"
- 'resources.session.saveHandler.options.primaryAssignment.sessionName = "sessionName"
- 'resources.session.saveHandler.options.modifiedColumn = "modified"
- 'resources.session.saveHandler.options.dataColumn = "session_data"
- 'resources.session.saveHandler.options.lifetimeColumn = "lifetime"
- [staging : production]
-
- [testing : production]
- phpSettings.display_startup_errors = 1
- phpSettings.display_errors = 1
-
- [development : production]
- phpSettings.display_startup_errors = 1
- phpSettings.display_errors = 1
- resources.frontController.params.displayExceptions = 1
-
复制代码
|
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Neueste Artikel des Autors
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31