예제 #1
0
파일: Application.php 프로젝트: vimac/zan
 public function init()
 {
     parent::init();
     $this->initHttpServer();
     $this->initFilter();
 }
예제 #2
0
파일: Application.php 프로젝트: vimac/zan
 public function init()
 {
     parent::init();
     $this->initTcpServer();
 }