Ejemplo n.º 1
0
 private function _install()
 {
     try {
         $this->_install->run()->applyTemplate();
     } catch (Exception $e) {
         Axis::message()->addError($e->getMessage());
         Axis::message()->addError($e->getTraceAsString());
         $this->_install->log($e->getMessage());
         $this->_install->log($e->getTraceAsString());
         $this->_redirect('index/step-user');
     }
     $this->_redirect('index/step-finish');
 }