Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function _initRegistry()
  2. {
  3. $writer = new Zend_Log_Writer_Firebug();
  4. $logger = new Zend_Log($writer);
  5.  
  6. $logger->log('Marche', Zend_Log::INFO);
  7. Zend_Registry::set('firephp_log', $logger);
  8. }
Add Comment
Please, Sign In to add comment