Example #1
0
 function __construct($priority = 6, $Name = __CLASS__)
 {
     //Priority uses syslog standard, compatible with PEAR Log and Zend_Log
     parent::__construct($priority);
     $this->FBL =& Log::singleton('firebug', '', $Name, array('buffering' => true), $priority);
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->_mailer = Mail2::factory('mail', '-f ' . PEAR_BOUNCE_EMAIL);
     $this->_headers['From'] = "\"PEAR System Administrators\" <*****@*****.**>";
 }