Example #1
0
 public function __construct()
 {
     parent::__construct();
     set_time_limit(0);
     $this->events = array();
     $this->clients = array('sockets' => array(), 'instances' => array());
 }
Example #2
0
 /**
  *   El constructor registra el directorio base
  *   en las variables globales de bitphp
  */
 public function __construct()
 {
     parent::__construct();
     $this->commands = array();
     $this->binded = array();
 }