/ Published in: PHP
Expand |
Embed | Plain Text
$log = new Zend_Log(new Zend_Log_Writer_Firebug); Zend_Registry::set('log', $log);
You need to login to post a comment.
jiewmeng on 08/15/10
2 people have marked this snippet as a favorite
$log = new Zend_Log(new Zend_Log_Writer_Firebug); Zend_Registry::set('log', $log);
You need to login to post a comment.