Zend_Db_Profiler log to file
问题 Is there a simple way to log to queries to a file? I have Firebug profiling working no problem with: resources.db.params.profiler.enabled = "true" resources.db.params.profiler.class = "Zend_Db_Profiler_Firebug" It would be nice to log this to a file with out writing a bunch of code. Is there a class I can swap out with Zend_Db_Profiler_Firebug? UPDATE: See my answer below. 回答1: As of ZF 1.11.11 there is no built in profiler class that will log queries to a file. Currently, FireBug is the only