2011-11-28 117 views
0

這裏是我的application.ini,ZFDebug不渲染

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"

而且我使用的插件從這裏:

http://www.phpriot.com/2420

沒有被顯示在頁面上,但調試轉儲顯示其被激活。

回答

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"