コード例 #1
0
 protected function _initApacheAltPort()
 {
     $this->bootstrap('configs');
     $this->bootstrap('debug');
     $configs = $this->getResource('configs');
     if ($configs instanceof Zend_Config) {
         try {
             if ($configs->general->apache->port) {
                 X_Env::initForcedPort($configs->general->apache->port);
             }
         } catch (Exception $e) {
         }
     }
 }