Example #1
0
 function __construct(Swoole $swoole)
 {
     parent::__construct($swoole);
     if (!$this->generator) {
         $this->generator = new \Swoole\Generate\Generator($this->db_name);
     }
 }
Example #2
0
 function __construct(\Swoole $swoole)
 {
     parent::__construct($swoole);
     $this->is_ajax = true;
 }