Zend Framework: Bootstrapping Zend_Log (log to firebug)


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $log = new Zend_Log(new Zend_Log_Writer_Firebug);
  2. Zend_Registry::set('log', $log);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.