ZFDebug bar with Doctrine
It took me most of the afternoon, but I finally got the ZFDebug bar with Doctrine support working. This one is crazy stupid! You have to have the following in your application.ini file or the debug bar won’t show up:
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"
There is NO mention of this in the docs, whatsoever. I finally downloaded a working application and compared my config one setting at a time until I found this one.
Advertisement
I still don’t have it up & running!