Example #1
0
 public function __construct($config)
 {
     \CoCo::init();
     if (!is_null($config)) {
         $this->config = $config;
     }
     \CoCo::$app = $this;
 }