示例#1
0
 function __construct($functional)
 {
     $this->config = rc_monitor_driver_base::get_config();
     if (!($this->drivers = $this->config['rc_monitor_drivers_list'])) {
         $this->drivers = array("memcache", "mysql", "imap", "sieve", "calendar");
     }
     $this->functional = $functional;
 }