这是我的application.ini,
resources.Kco_Application_Resource_ZFDebug.enabled = true
resources.Kco_Application_Resource_ZFDebug.params.plugins[] = "Variables"
resources.Kco_Application_Resource_ZFDebug.params.plugins.File.base_path = APPLICATION_PATH "/../"
resources.Kco_Application_Resource_ZFDebug.params.plugins[] = "Database"
resources.Kco_Application_Resource_ZFDebug.params.plugins[] = "Memory"
resources.Kco_Application_Resource_ZFDebug.params.plugins[] = "Time"
resources.Kco_Application_Resource_ZFDebug.params.plugins[] = "Registry"
resources.Kco_Application_Resource_ZFDebug.params.plugins[] = "Exception"
我正在使用插件:
页面上没有显示任何内容,但调试转储显示其已被激活。
答案 0 :(得分:0)
pluginPaths.Kco_Application_Resource = APPLICATION_PATH "/../library/Kco/Application/Resource"
resources.zfdebug.enabled = false
resources.zfdebug.params.plugins[] = "Variables"
resources.zfdebug.params.plugins.File.base_path = APPLICATION_PATH "/../"
resources.zfdebug.params.plugins[] = "Database"
resources.zfdebug.params.plugins[] = "Memory"
resources.zfdebug.params.plugins[] = "Time"
resources.zfdebug.params.plugins[] = "Registry"
resources.zfdebug.params.plugins[] = "Exception"