コード例 #1
0
ファイル: Generate.php プロジェクト: xiangdong1987/Slob
 function __construct(Swoole $swoole)
 {
     parent::__construct($swoole);
     if (!$this->generator) {
         $this->generator = new \Swoole\Generate\Generator($this->db_name);
     }
 }
コード例 #2
0
ファイル: Api.php プロジェクト: xiangdong1987/AllInOne
 function __construct(\Swoole $swoole)
 {
     parent::__construct($swoole);
     $this->is_ajax = true;
 }