开发者

where is the database icon in the symfony 1.4.8 debug toolbar?

I recently upgraded to SF 1.4.8 on Linux.

开发者_Go百科However, I cant seem to find the Db icon in the toolbar, so I can't check my queries etc.

I am using the Propel ORM. Has the db icon been removed from the toolbar?. It seems to be there as recently as v 1.4.3


May be you have disabled the profiler in database.yml :

  dev:
    doctrine:
      class: sfDoctrineDatabase
        param:
          profiler: false

This code also disabled the icon in the debugbar...


If you have some queries , you can see icon like in screenshot.In 1.4.8 It same as in 1.4.11. But I use doctrine.

ScreenShot

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜