예제 #1
0
 protected function initializeServer()
 {
     parent::initializeServer();
     $server = $this->getServer();
     $server->sapi = new Sapi();
     $this->request =& $server->httpRequest;
     $this->response =& $server->httpResponse;
 }